[PATCH] D16353: [mips] MIPS32R6 compact branch support
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 06:57:12 PST 2016
dsanders added a comment.
> Could you commit on my behalf?
Sure
================
Comment at: lib/Target/Mips/MipsInstrInfo.td:1118-1122
@@ -1107,2 +1117,7 @@
+// Wait
+class WAIT_FT<string opstr> :
+ InstSE<(outs), (ins), opstr, [], NoItinerary, FrmOther, opstr>;
+}
+
// Interrupts
----------------
Ah ok. I was associating the '}' with the class rather than the let so it looked like there was no reason to move it.
http://reviews.llvm.org/D16353
More information about the llvm-commits
mailing list