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:
227c27d
)
Revert this.
author
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Jun 2008 17:21:44 +0000
(17:21 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Wed, 4 Jun 2008 17:21:44 +0000
(17:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51949
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/LowerSubregs.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/LowerSubregs.cpp
b/lib/CodeGen/LowerSubregs.cpp
index aaadda1cb1cc119a5f78f38b1315de888284ae89..0710a3530068165bee671839f021a646d6698ace 100644
(file)
--- a/
lib/CodeGen/LowerSubregs.cpp
+++ b/
lib/CodeGen/LowerSubregs.cpp
@@
-30,10
+30,6
@@
namespace {
return "Subregister lowering instruction pass";
}
- void getAnalysisUsage(AnalysisUsage &AU) const {
- AU.setPreservesAll();
- }
-
/// runOnMachineFunction - pass entry point
bool runOnMachineFunction(MachineFunction&);