mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-13 14:35:54 +00:00
Add missing SDNP properties on the flushw node.
llvm-svn: 162515
This commit is contained in:
parent
2f512d8eba
commit
e9fa31838d
@ -129,7 +129,7 @@ def retflag : SDNode<"SPISD::RET_FLAG", SDT_SPRet,
|
||||
[SDNPHasChain, SDNPOptInGlue]>;
|
||||
|
||||
def flushw : SDNode<"SPISD::FLUSHW", SDTNone,
|
||||
[SDNPHasChain]>;
|
||||
[SDNPHasChain, SDNPSideEffect, SDNPMayStore]>;
|
||||
|
||||
def getPCX : Operand<i32> {
|
||||
let PrintMethod = "printGetPCX";
|
||||
|
Loading…
Reference in New Issue
Block a user