Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern
[oota-llvm.git] / lib / Target / ARM / ARMInstrFormats.td
index 49f382df306edb41f78e231d5fcf9291faabac85..68542df58cac6af5983d47219c7e7a4713bd5556 100644 (file)
@@ -165,6 +165,9 @@ def s_cc_out : OptionalDefOperand<OtherVT, (ops CCR), (ops (i32 CPSR))> {
 
 // ARM special operands for disassembly only.
 //
+def setend_op : Operand<i32> {
+  let PrintMethod = "printSetendOperand";
+}
 
 def cps_opt : Operand<i32> {
   let PrintMethod = "printCPSOptionOperand";