aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/LowerSubregs.cpp4
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&);