From: Bruno Cardoso Lopes Date: Tue, 21 Aug 2007 16:06:45 +0000 (+0000) Subject: Instruction Itinerary attribution fixed X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=edeede2bb5fa002116a840453bf748cec1c107c7;p=oota-llvm.git Instruction Itinerary attribution fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41224 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsInstrFormats.td b/lib/Target/Mips/MipsInstrFormats.td index 5e609b4c58a..ecad441330a 100644 --- a/lib/Target/Mips/MipsInstrFormats.td +++ b/lib/Target/Mips/MipsInstrFormats.td @@ -39,6 +39,7 @@ class MipsInst pattern, let AsmString = asmstr; let Pattern = pattern; + let Itinerary = itin; }