Add createSparcV8FPMoverPass().

llvm-svn: 16571
This commit is contained in:
Brian Gaeke 2004-09-29 03:25:39 +00:00
parent 81597f52ff
commit 8d39e108a5

View File

@ -26,6 +26,7 @@ namespace llvm {
FunctionPass *createSparcV8CodePrinterPass(std::ostream &OS,
TargetMachine &TM);
FunctionPass *createSparcV8DelaySlotFillerPass(TargetMachine &TM);
FunctionPass *createSparcV8FPMoverPass(TargetMachine &TM);
} // end namespace llvm;