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/Target/Sparc/SparcSubtarget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/Target/Sparc/SparcSubtarget.cpp') diff --git a/llvm/lib/Target/Sparc/SparcSubtarget.cpp b/llvm/lib/Target/Sparc/SparcSubtarget.cpp index beda79d49b0..9940fcf3b1d 100644 --- a/llvm/lib/Target/Sparc/SparcSubtarget.cpp +++ b/llvm/lib/Target/Sparc/SparcSubtarget.cpp @@ -40,4 +40,4 @@ SparcSubtarget::SparcSubtarget(const Module &M, const std::string &FS) { // Unless explicitly enabled, disable the V9 instructions. if (!EnableV9) IsV9 = false; -}; +} -- cgit v1.2.3