Pseudo-instructions are codegenonly by definition.

llvm-svn: 127420
This commit is contained in:
Jim Grosbach 2011-03-10 19:06:39 +00:00
parent a186cadcaa
commit e175682781
1 changed files with 1 additions and 0 deletions

View 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.