[SystemZ] Split out comparison elimination into a separate pass
[oota-llvm.git] / lib / Target / SystemZ / SystemZ.h
index 4c1e81a082cc64c17ce86bbda93e28b99b48cb63..eccc2aa4d52535a0741c25cc08938f2b24fa9091 100644 (file)
@@ -85,6 +85,7 @@ namespace llvm {
 
   FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
                                      CodeGenOpt::Level OptLevel);
+  FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
   FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
 } // end namespace llvm;
 #endif