Changes in directory llvm/lib/VMCore:
Constants.cpp updated: 1.150 -> 1.151 --- Log message: Patches to make the LLVM sources more -pedantic clean. Patch provided by Anton Korobeynikov! This is a step towards closing PR786: http://llvm.cs.uiuc.edu/PR786 . --- Diffs of the changes: (+1 -1) Constants.cpp | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/VMCore/Constants.cpp diff -u llvm/lib/VMCore/Constants.cpp:1.150 llvm/lib/VMCore/Constants.cpp:1.151 --- llvm/lib/VMCore/Constants.cpp:1.150 Sat Apr 8 00:09:48 2006 +++ llvm/lib/VMCore/Constants.cpp Wed May 24 12:04:04 2006 @@ -529,7 +529,7 @@ case Type::DoubleTyID: return true; // This is the largest type... } -}; +} //===----------------------------------------------------------------------===// // Factory Function Implementation _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits