[llvm-commits] CVS: llvm/include/llvm/AbstractTypeUser.h

Chris Lattner sabre at nondot.org
Thu May 3 09:57:43 PDT 2007



Changes in directory llvm/include/llvm:

AbstractTypeUser.h updated: 1.29 -> 1.30
---
Log message:

avoid invalid C++ token in #error


---
Diffs of the changes:  (+1 -1)

 AbstractTypeUser.h |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/include/llvm/AbstractTypeUser.h
diff -u llvm/include/llvm/AbstractTypeUser.h:1.29 llvm/include/llvm/AbstractTypeUser.h:1.30
--- llvm/include/llvm/AbstractTypeUser.h:1.29	Sun Apr 22 17:16:55 2007
+++ llvm/include/llvm/AbstractTypeUser.h	Thu May  3 11:57:26 2007
@@ -16,7 +16,7 @@
 
 #if !defined(LLVM_TYPE_H) && !defined(LLVM_VALUE_H)
 #error Do not include this file directly.  Include Type.h instead.
-#error Some versions of GCC (e.g. 3.4 and 4.1) can't handle the inlined method
+#error Some versions of GCC (e.g. 3.4 and 4.1) can not handle the inlined method
 #error PATypeHolder::dropRef() correctly otherwise.
 #endif
 






More information about the llvm-commits mailing list