summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/Mips.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-07-25 06:49:55 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-07-25 06:49:55 +0000
commit5680b4f285402e7cf1dc6aa7e5527ca8270a55a7 (patch)
tree8ef1bb8de5dddc88860992616994fb07efd8de1f /llvm/lib/Target/Mips/Mips.h
parentd43b86d4a45f4cfc5b1e27d62ace35940a52e82b (diff)
downloadbcm5719-llvm-5680b4f285402e7cf1dc6aa7e5527ca8270a55a7.tar.gz
bcm5719-llvm-5680b4f285402e7cf1dc6aa7e5527ca8270a55a7.zip
Add new helpers for registering targets.
- Less boilerplate == good. llvm-svn: 77052
Diffstat (limited to 'llvm/lib/Target/Mips/Mips.h')
-rw-r--r--llvm/lib/Target/Mips/Mips.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Mips/Mips.h b/llvm/lib/Target/Mips/Mips.h
index 09a80729a56..a9ab050d6f0 100644
--- a/llvm/lib/Target/Mips/Mips.h
+++ b/llvm/lib/Target/Mips/Mips.h
@@ -25,9 +25,6 @@ namespace llvm {
FunctionPass *createMipsISelDag(MipsTargetMachine &TM);
FunctionPass *createMipsDelaySlotFillerPass(MipsTargetMachine &TM);
- FunctionPass *createMipsCodePrinterPass(formatted_raw_ostream &OS,
- TargetMachine &TM,
- bool Verbose);
extern Target TheMipsTarget;
extern Target TheMipselTarget;
OpenPOWER on IntegriCloud