aboutsummaryrefslogtreecommitdiffstats
path: root/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
commitedeede2bb5fa002116a840453bf748cec1c107c7 (patch)
tree1d636a82523a05dc2071760f90cf7d49833aaccd /lib
parent420731a818b52f070af05cdad8dfba2f39ecc157 (diff)
downloadexternal_llvm-edeede2bb5fa002116a840453bf748cec1c107c7.zip
external_llvm-edeede2bb5fa002116a840453bf748cec1c107c7.tar.gz
external_llvm-edeede2bb5fa002116a840453bf748cec1c107c7.tar.bz2
Instruction Itinerary attribution fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/Mips/MipsInstrFormats.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/MipsInstrFormats.td b/lib/Target/Mips/MipsInstrFormats.td
index 5e609b4..ecad441 100644
--- a/lib/Target/Mips/MipsInstrFormats.td
+++ b/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;
}