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:
799a919
)
there is no need to remove this instruction, linscan does it already as it
author
Chris Lattner
<sabre@nondot.org>
Sat, 9 Apr 2005 16:24:20 +0000
(16:24 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 9 Apr 2005 16:24:20 +0000
(16:24 +0000)
removes noop moves.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21183
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LiveIntervalAnalysis.cpp
b/lib/CodeGen/LiveIntervalAnalysis.cpp
index 580895dd864864937bd2c24a01654d12923abd76..c0d1b2a89f571fe466a8d4dd6744376cbd9fe010 100644
(file)
--- a/
lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/
lib/CodeGen/LiveIntervalAnalysis.cpp
@@
-199,11
+199,6
@@
bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
}
}
- // If we inserted a placeholder instruction at the entry of the block, remove
- // it now.
- if (fn.livein_begin() != fn.livein_end())
- fn.begin()->erase(fn.begin()->begin());
-
DEBUG(dump());
return true;
}