diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-24 00:31:13 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2012-08-24 00:31:13 +0000 |
commit | acf7c47e640c028c830466f9171908260c67e06b (patch) | |
tree | 46fd4549529f0cab6b733ff013766fd0ee4d8a90 | |
parent | df1faa05037c7e34636085ede7b2a8d4865814ba (diff) | |
download | bcm5719-llvm-acf7c47e640c028c830466f9171908260c67e06b.tar.gz bcm5719-llvm-acf7c47e640c028c830466f9171908260c67e06b.zip |
Add missing SDNP properties on the flushw node.
llvm-svn: 162515
-rw-r--r-- | llvm/lib/Target/Sparc/SparcInstrInfo.td | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcInstrInfo.td b/llvm/lib/Target/Sparc/SparcInstrInfo.td index 15541ef2f83..e64c140e492 100644 --- a/llvm/lib/Target/Sparc/SparcInstrInfo.td +++ b/llvm/lib/Target/Sparc/SparcInstrInfo.td @@ -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"; |