[llvm-commits] CVS: llvm/lib/VMCore/Constants.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006
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
More information about the llvm-commits
mailing list