diff options
author | Evan Cheng <evan.cheng@apple.com> | 2008-06-04 17:21:44 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2008-06-04 17:21:44 +0000 |
commit | 805cde4fbff8efa934d3bf3788c4a2cbd6e66ae3 (patch) | |
tree | 96599d296a671dc5a6bdc1edfefc144ebf5c3bc6 /llvm/lib | |
parent | 67b827900ecd13ba9ee533f46894bf658c089321 (diff) | |
download | bcm5719-llvm-805cde4fbff8efa934d3bf3788c4a2cbd6e66ae3.tar.gz bcm5719-llvm-805cde4fbff8efa934d3bf3788c4a2cbd6e66ae3.zip |
Revert this.
llvm-svn: 51949
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/LowerSubregs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/LowerSubregs.cpp b/llvm/lib/CodeGen/LowerSubregs.cpp index aaadda1cb1c..0710a353006 100644 --- a/llvm/lib/CodeGen/LowerSubregs.cpp +++ b/llvm/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&); |