[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Wed May 24 10:04:35 PDT 2006
Changes in directory llvm/lib/Target:
TargetMachine.cpp updated: 1.46 -> 1.47
---
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: (+2 -2)
TargetMachine.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.46 llvm/lib/Target/TargetMachine.cpp:1.47
--- llvm/lib/Target/TargetMachine.cpp:1.46 Tue May 23 13:18:46 2006
+++ llvm/lib/Target/TargetMachine.cpp Wed May 24 12:04:04 2006
@@ -28,7 +28,7 @@
bool UnsafeFPMath;
bool FiniteOnlyFPMathOption;
Reloc::Model RelocationModel;
-};
+}
namespace {
cl::opt<bool, true> PrintCode("print-machineinstrs",
cl::desc("Print generated machine code"),
@@ -70,7 +70,7 @@
clEnumValN(Reloc::DynamicNoPIC, "dynamic-no-pic",
"Relocatable external references, non-relocatable code"),
clEnumValEnd));
-};
+}
//---------------------------------------------------------------------------
// TargetMachine Class
More information about the llvm-commits
mailing list