From edeede2bb5fa002116a840453bf748cec1c107c7 Mon Sep 17 00:00:00 2001 From: Bruno Cardoso Lopes Date: Tue, 21 Aug 2007 16:06:45 +0000 Subject: [PATCH] Instruction Itinerary attribution fixed git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41224 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Mips/MipsInstrFormats.td | 1 + 1 file changed, 1 insertion(+) 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; } -- 2.34.1