summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Target/AMDGPU/SIInstructions.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td
index 9740a18b724..f87b4f4fda6 100644
--- a/llvm/lib/Target/AMDGPU/SIInstructions.td
+++ b/llvm/lib/Target/AMDGPU/SIInstructions.td
@@ -186,6 +186,7 @@ def S_XOR_B64_term : PseudoInstSI<(outs SReg_64:$dst),
let SALU = 1;
let isAsCheapAsAMove = 1;
let isTerminator = 1;
+ let Defs = [SCC];
}
def S_ANDN2_B64_term : PseudoInstSI<(outs SReg_64:$dst),
OpenPOWER on IntegriCloud