diff options
-rw-r--r-- | llvm/lib/Target/AMDGPU/SIInstructions.td | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/AMDGPU/SIInstructions.td b/llvm/lib/Target/AMDGPU/SIInstructions.td index 11483c32f00..cc766489f2e 100644 --- a/llvm/lib/Target/AMDGPU/SIInstructions.td +++ b/llvm/lib/Target/AMDGPU/SIInstructions.td @@ -277,7 +277,6 @@ def SI_RETURN_TO_EPILOG : SPseudoInstSI < let isTerminator = 1; let isBarrier = 1; let isReturn = 1; - let hasSideEffects = 1; let hasNoSchedulingInfo = 1; let DisableWQM = 1; } |