summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2007-08-21 16:06:45 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2007-08-21 16:06:45 +0000
commitd4b9945a21deedca5751ded6e741ec8dedab16fe (patch)
tree49084ea3f89ed53101febef8eb5dde385f1ed528 /llvm/lib
parent80defa5a62a563b0cc69a5235e24fba80bdf2e2f (diff)
downloadbcm5719-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.td1
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;
}
OpenPOWER on IntegriCloud