From aa2372562e39758d0b8fca392fd636fe55b23cc9 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 24 May 2006 17:04:05 +0000 Subject: Patches to make the LLVM sources more -pedantic clean. Patch provided by Anton Korobeynikov! This is a step towards closing PR786. llvm-svn: 28447 --- llvm/lib/VMCore/Constants.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/VMCore/Constants.cpp') diff --git a/llvm/lib/VMCore/Constants.cpp b/llvm/lib/VMCore/Constants.cpp index 22a14fb14ef..d6e524e54ea 100644 --- a/llvm/lib/VMCore/Constants.cpp +++ b/llvm/lib/VMCore/Constants.cpp @@ -529,7 +529,7 @@ bool ConstantFP::isValueValidForType(const Type *Ty, double Val) { case Type::DoubleTyID: return true; // This is the largest type... } -}; +} //===----------------------------------------------------------------------===// // Factory Function Implementation -- cgit v1.2.3