projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
299f9ba
)
remove an old comment
author
Chris Lattner
<sabre@nondot.org>
Fri, 3 Feb 2006 18:59:39 +0000
(18:59 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Fri, 3 Feb 2006 18:59:39 +0000
(18:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25940
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetMachine.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetMachine.cpp
b/lib/Target/X86/X86TargetMachine.cpp
index 970cbd450e9713d57b8973884dbc9f55701b81b3..b4de879750868e693c75a99a7bb08879311bfba5 100644
(file)
--- a/
lib/Target/X86/X86TargetMachine.cpp
+++ b/
lib/Target/X86/X86TargetMachine.cpp
@@
-82,7
+82,8
@@
X86TargetMachine::X86TargetMachine(const Module &M,
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
@@
void X86JITInfo::addPassesToJITCompile(FunctionPassManager &PM) {
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));