diff options
author | Toma Tabacu <toma.tabacu@imgtec.com> | 2014-08-13 12:48:12 +0000 |
---|---|---|
committer | Toma Tabacu <toma.tabacu@imgtec.com> | 2014-08-13 12:48:12 +0000 |
commit | 88f05ce30ea23ad9a9fbb4eedc6e30e0a4be353a (patch) | |
tree | 4c1da1b5895f920ee8646595e86ed17daeae0552 /llvm/lib/Target/Mips/MipsTargetStreamer.h | |
parent | c0ff99089aca5169abd74fdf2cd66f23e61f83d5 (diff) | |
download | bcm5719-llvm-88f05ce30ea23ad9a9fbb4eedc6e30e0a4be353a.tar.gz bcm5719-llvm-88f05ce30ea23ad9a9fbb4eedc6e30e0a4be353a.zip |
[mips] Refactor calls to setCanHaveModuleDir.
Summary:
Moved some calls to setCanHaveModuleDir to the MipsTargetStreamer base class and removed the resulting empty functions from the MipsTargetELFStreamer class.
Also fixed a missing call to setCanHaveModuleDir in MipsTargetELFStreamer::emitDirectiveSetMicroMips.
Reviewers: dsanders
Reviewed By: dsanders
Subscribers: tomatabacu
Differential Revision: http://reviews.llvm.org/D4781
llvm-svn: 215542
Diffstat (limited to 'llvm/lib/Target/Mips/MipsTargetStreamer.h')
-rw-r--r-- | llvm/lib/Target/Mips/MipsTargetStreamer.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/lib/Target/Mips/MipsTargetStreamer.h b/llvm/lib/Target/Mips/MipsTargetStreamer.h index fbea033eee9..fb1e248b76d 100644 --- a/llvm/lib/Target/Mips/MipsTargetStreamer.h +++ b/llvm/lib/Target/Mips/MipsTargetStreamer.h @@ -191,14 +191,8 @@ public: void emitDirectiveSetMicroMips() override; void emitDirectiveSetNoMicroMips() override; void emitDirectiveSetMips16() override; - void emitDirectiveSetNoMips16() override; - void emitDirectiveSetReorder() override; void emitDirectiveSetNoReorder() override; - void emitDirectiveSetMacro() override; - void emitDirectiveSetNoMacro() override; - void emitDirectiveSetAt() override; - void emitDirectiveSetNoAt() override; void emitDirectiveEnd(StringRef Name) override; void emitDirectiveEnt(const MCSymbol &Symbol) override; @@ -212,19 +206,6 @@ public: void emitMask(unsigned CPUBitmask, int CPUTopSavedRegOff) override; void emitFMask(unsigned FPUBitmask, int FPUTopSavedRegOff) override; - void emitDirectiveSetMips1() override; - void emitDirectiveSetMips2() override; - void emitDirectiveSetMips3() override; - void emitDirectiveSetMips4() override; - void emitDirectiveSetMips5() override; - void emitDirectiveSetMips32() override; - void emitDirectiveSetMips32R2() override; - void emitDirectiveSetMips32R6() override; - void emitDirectiveSetMips64() override; - void emitDirectiveSetMips64R2() override; - void emitDirectiveSetMips64R6() override; - void emitDirectiveSetDsp() override; - // PIC support virtual void emitDirectiveCpload(unsigned RegNo); void emitDirectiveCpsetup(unsigned RegNo, int RegOrOffset, |