mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-12 06:06:19 +00:00
Pseudo-instructions are codegenonly by definition.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@127420 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5e97338c8d
commit
a768c3d45f
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user