aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV8/SparcV8.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Target/SparcV8/SparcV8.h')
-rw-r--r--lib/Target/SparcV8/SparcV8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/SparcV8/SparcV8.h b/lib/Target/SparcV8/SparcV8.h
index efe3d9f..1cade3c 100644
--- a/lib/Target/SparcV8/SparcV8.h
+++ b/lib/Target/SparcV8/SparcV8.h
@@ -23,8 +23,8 @@ namespace llvm {
class TargetMachine;
FunctionPass *createSparcV8SimpleInstructionSelector(TargetMachine &TM);
-// FunctionPass *createSparcV8CodePrinterPass(std::ostream &OS,
-// TargetMachine &TM);
+ FunctionPass *createSparcV8CodePrinterPass(std::ostream &OS,
+ TargetMachine &TM);
} // end namespace llvm;