diff --git a/lib/CodeGen/LowerSubregs.cpp b/lib/CodeGen/LowerSubregs.cpp index aaadda1cb1c..0710a353006 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&);