aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Target/SparcV9/SparcV9Internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h
index c27b9d01ac..4d0a48e4d5 100644
--- a/lib/Target/SparcV9/SparcV9Internals.h
+++ b/lib/Target/SparcV9/SparcV9Internals.h
@@ -643,10 +643,10 @@ Pass *createStackSlotsPass(const TargetMachine &TM);
// Interface to pre-selection pass that specializes LLVM code for a target
// machine.
-Pass *createPreSelectionPass(TargetMachine &Target);
+FunctionPass *createPreSelectionPass(const TargetMachine &TM);
// External interface to peephole optimization pass operating on machine code.
-FunctionPass *createPeepholeOptsPass(TargetMachine &Target);
+FunctionPass *createPeepholeOptsPass(const TargetMachine &TM);
//---------------------------------------------------------------------------