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 | 7a315e865ab676099c660fec0b6e65f763b97e39 (patch) | |
tree | 173e57ce4124d4345443364c9c3f3365402efd6d /lib | |
parent | 227c27dd0628d317fdb71e900809ff7bd39e70d2 (diff) | |
download | external_llvm-7a315e865ab676099c660fec0b6e65f763b97e39.zip external_llvm-7a315e865ab676099c660fec0b6e65f763b97e39.tar.gz external_llvm-7a315e865ab676099c660fec0b6e65f763b97e39.tar.bz2 |
Revert this.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51949 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CodeGen/LowerSubregs.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/LowerSubregs.cpp b/lib/CodeGen/LowerSubregs.cpp index aaadda1..0710a35 100644 --- 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&); |