Index: src/IceBitVector.h |
diff --git a/src/IceBitVector.h b/src/IceBitVector.h |
index 3a5f8e66545e3bbbcc160a2077af8f3f8a619370..8b5330a2ce3ddec5f7c1361e9c7b281aa4f15e06 100644 |
--- a/src/IceBitVector.h |
+++ b/src/IceBitVector.h |
@@ -263,7 +263,7 @@ template <template <typename> class AT> class BitVectorTmpl { |
uint64_t alignTo(uint64_t Value, uint64_t Align) { |
#ifdef PNACL_LLVM |
return llvm::RoundUpToAlignment(Value, Align); |
-#else // !PNACL_LLVM |
+#else // !PNACL_LLVM |
return llvm::alignTo(Value, Align); |
#endif // !PNACL_LLVM |
} |