[SystemZ] Add instruction-shortening pass
[oota-llvm.git] / lib / Target / SystemZ / SystemZ.h
index 1647d93c02dc943569b833f1cd0268f41d89644a..4a6b4db9d69563fc1489d6c082866e66dcf9b3d8 100644 (file)
@@ -106,6 +106,7 @@ namespace llvm {
   FunctionPass *createSystemZISelDag(SystemZTargetMachine &TM,
                                      CodeGenOpt::Level OptLevel);
   FunctionPass *createSystemZElimComparePass(SystemZTargetMachine &TM);
+  FunctionPass *createSystemZShortenInstPass(SystemZTargetMachine &TM);
   FunctionPass *createSystemZLongBranchPass(SystemZTargetMachine &TM);
 } // end namespace llvm;
 #endif