[llvm-commits] [llvm-gcc-4.2] r74470 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Owen Anderson resistor at mac.com
Mon Jun 29 15:55:07 PDT 2009


Author: resistor
Date: Mon Jun 29 17:55:07 2009
New Revision: 74470

URL: http://llvm.org/viewvc/llvm-project?rev=74470&view=rev
Log:
Correct comment, without the typo this time.

Modified:
    llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp

Modified: llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp?rev=74470&r1=74469&r2=74470&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp (original)
+++ llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp Mon Jun 29 17:55:07 2009
@@ -4467,7 +4467,7 @@
   C[1] = ConstantInt::get(Type::Int1Ty, ls);
   C[2] = ConstantInt::get(Type::Int1Ty, sl);
   C[3] = ConstantInt::get(Type::Int1Ty, ss);
-  // We assume like gcc appears to, that this only applies to cached memory.
+  // Be conservatively safe.
   C[4] = ConstantInt::get(Type::Int1Ty, true);
 
   Builder.CreateCall(Intrinsic::getDeclaration(TheModule,





More information about the llvm-commits mailing list