diff options
| author | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2007-08-21 16:06:45 +0000 |
|---|---|---|
| committer | Bruno Cardoso Lopes <bruno.cardoso@gmail.com> | 2007-08-21 16:06:45 +0000 |
| commit | d4b9945a21deedca5751ded6e741ec8dedab16fe (patch) | |
| tree | 49084ea3f89ed53101febef8eb5dde385f1ed528 /llvm/lib | |
| parent | 80defa5a62a563b0cc69a5235e24fba80bdf2e2f (diff) | |
| download | bcm5719-llvm-d4b9945a21deedca5751ded6e741ec8dedab16fe.tar.gz bcm5719-llvm-d4b9945a21deedca5751ded6e741ec8dedab16fe.zip | |
Instruction Itinerary attribution fixed
llvm-svn: 41224
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/Mips/MipsInstrFormats.td | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/Mips/MipsInstrFormats.td b/llvm/lib/Target/Mips/MipsInstrFormats.td index 5e609b4c58a..ecad441330a 100644 --- a/llvm/lib/Target/Mips/MipsInstrFormats.td +++ b/llvm/lib/Target/Mips/MipsInstrFormats.td @@ -39,6 +39,7 @@ class MipsInst<dag outs, dag ins, string asmstr, list<dag> pattern, let AsmString = asmstr; let Pattern = pattern; + let Itinerary = itin; } |

