diff options
| author | Akira Hatanaka <ahatanaka@mips.com> | 2013-07-12 23:33:22 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanaka@mips.com> | 2013-07-12 23:33:22 +0000 |
| commit | 66bc419366b779876f7a78c7127b135d70f3b9ae (patch) | |
| tree | 93562e66f09eb4d21be39e1897ca2f3b7f831eb3 /llvm/lib/Target/Mips/MipsSubtarget.h | |
| parent | 583db650318268d34ddf9b2ae69977fa038cff56 (diff) | |
| download | bcm5719-llvm-66bc419366b779876f7a78c7127b135d70f3b9ae.tar.gz bcm5719-llvm-66bc419366b779876f7a78c7127b135d70f3b9ae.zip | |
[mips] Implement MipsTargetMachine::getInstrItineraryData().
llvm-svn: 186227
Diffstat (limited to 'llvm/lib/Target/Mips/MipsSubtarget.h')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsSubtarget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsSubtarget.h b/llvm/lib/Target/Mips/MipsSubtarget.h index ef7568a8138..bfb13bb4802 100644 --- a/llvm/lib/Target/Mips/MipsSubtarget.h +++ b/llvm/lib/Target/Mips/MipsSubtarget.h @@ -194,6 +194,7 @@ public: bool hasBitCount() const { return HasBitCount; } bool hasFPIdx() const { return HasFPIdx; } + const InstrItineraryData &getInstrItineraryData() const { return InstrItins; } bool allowMixed16_32() const { return inMips16ModeDefault() | AllowMixed16_32;} |

