Index: src/IceFixups.cpp |
diff --git a/src/IceFixups.cpp b/src/IceFixups.cpp |
index ff7916c434f68fd426b6697c042d22d62c4ce76a..a86d985a917b419b6a450a32eab46bb0bfce92ae 100644 |
--- a/src/IceFixups.cpp |
+++ b/src/IceFixups.cpp |
@@ -40,8 +40,8 @@ IceString AssemblerFixup::symbol(const GlobalContext *Ctx) const { |
else |
Str << Ctx->mangleName(CR->getName()); |
} else { |
- // NOTE: currently only float/doubles are put into constant pools. |
- // In the future we may put integers as well. |
+ // NOTE: currently only float/doubles are put into constant pools. In the |
+ // future we may put integers as well. |
assert(llvm::isa<ConstantFloat>(C) || llvm::isa<ConstantDouble>(C)); |
C->emitPoolLabel(Str); |
} |