Pseudo-instructions are codegenonly by definition.
authorJim Grosbach <grosbach@apple.com>
Thu, 10 Mar 2011 19:06:39 +0000 (19:06 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 10 Mar 2011 19:06:39 +0000 (19:06 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127420 91177308-0d34-0410-b5e6-96231b3b80d8

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.