Index: src/IceTargetLoweringARM32.cpp |
diff --git a/src/IceTargetLoweringARM32.cpp b/src/IceTargetLoweringARM32.cpp |
index 70c63475659e1cf2421503be88fa9e134b74ed8e..1e9a70d1c3178f085c91af172e4832e53d6c0673 100644 |
--- a/src/IceTargetLoweringARM32.cpp |
+++ b/src/IceTargetLoweringARM32.cpp |
@@ -6328,7 +6328,7 @@ void emitConstant( |
Str << ":\n\t" << Traits::AsmTag << "\t0x"; |
T Value = Const->getValue(); |
Str.write_hex(Traits::bitcastToUint64(Value)); |
- Str << "\t@" << Traits::TypeName << " " << Value << "\n"; |
+ Str << "\t/* " << Traits::TypeName << " " << Value << " */\n"; |
} |
template <typename T> void emitConstantPool(GlobalContext *Ctx) { |