[llvm-commits] CVS: llvm/lib/Target/X86/X86TargetMachine.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Feb 3 10:59:51 PST 2006
Changes in directory llvm/lib/Target/X86:
X86TargetMachine.cpp updated: 1.101 -> 1.102
---
Log message:
remove an old comment
---
Diffs of the changes: (+2 -3)
X86TargetMachine.cpp | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/lib/Target/X86/X86TargetMachine.cpp
diff -u llvm/lib/Target/X86/X86TargetMachine.cpp:1.101 llvm/lib/Target/X86/X86TargetMachine.cpp:1.102
--- llvm/lib/Target/X86/X86TargetMachine.cpp:1.101 Fri Feb 3 12:54:24 2006
+++ llvm/lib/Target/X86/X86TargetMachine.cpp Fri Feb 3 12:59:39 2006
@@ -82,7 +82,8 @@
Subtarget(M, FS),
FrameInfo(TargetFrameInfo::StackGrowsDown,
Subtarget.getStackAlignment(), -4),
- JITInfo(*this) {}
+ JITInfo(*this) {
+}
// addPassesToEmitFile - We currently use all of the same passes as the JIT
@@ -176,8 +177,6 @@
else
PM.add(createX86ISelDag(TM));
- // FIXME: Add SSA based peephole optimizer here.
-
// Print the instruction selected machine code...
if (PrintMachineCode)
PM.add(createMachineFunctionPrinterPass(&std::cerr));
More information about the llvm-commits
mailing list