[llvm-commits] CVS: llvm/lib/Target/TargetMachine.cpp

Reid Spencer reid at x10sys.com
Wed May 24 12:05:33 PDT 2006



Changes in directory llvm/lib/Target:

TargetMachine.cpp updated: 1.47 -> 1.48
---
Log message:

For PR786: http://llvm.cs.uiuc.edu/PR786 :
Remove a spurious ;


---
Diffs of the changes:  (+1 -1)

 TargetMachine.cpp |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


Index: llvm/lib/Target/TargetMachine.cpp
diff -u llvm/lib/Target/TargetMachine.cpp:1.47 llvm/lib/Target/TargetMachine.cpp:1.48
--- llvm/lib/Target/TargetMachine.cpp:1.47	Wed May 24 12:04:04 2006
+++ llvm/lib/Target/TargetMachine.cpp	Wed May 24 14:05:21 2006
@@ -100,4 +100,4 @@
   /// the code generator is not allowed to assume that FP arithmetic arguments
   /// and results are never NaNs or +-Infs.
   bool FiniteOnlyFPMath() { return UnsafeFPMath || FiniteOnlyFPMathOption; }
-};
+}






More information about the llvm-commits mailing list