Pseudo-instructions are codegenonly by definition.
[oota-llvm.git] / lib / Target / ARM / ARMInstrFormats.td
index 1c3476c0a92c917c66c28d221575600290f5fbe5..81577dafe66961c6c2f1e16cc6359e2344122f08 100644 (file)
@@ -300,6 +300,7 @@ class PseudoInst<dag oops, dag iops, InstrItinClass itin, list<dag> pattern>
   let OutOperandList = oops;
   let InOperandList = iops;
   let Pattern = pattern;
+  let isCodeGenOnly = 1;
 }
 
 // PseudoInst that's ARM-mode only.