summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/intrinsics-overflow.ll
diff options
context:
space:
mode:
authorGeoff Berry <gberry@codeaurora.org>2017-10-03 16:59:13 +0000
committerGeoff Berry <gberry@codeaurora.org>2017-10-03 16:59:13 +0000
commitc3ef7ae13ac7a52d6944c1ab5d0433d67c499e0d (patch)
treeb7986421a19b4b748c4257b01e91110b08cea1d3 /test/CodeGen/ARM/intrinsics-overflow.ll
parent62d6fa472755894a58b9184ecd1f783fd84303e9 (diff)
Revert "Re-enable "[MachineCopyPropagation] Extend pass to do COPY source forwarding""
This reverts commit r314729. Another bug has been encountered in an out-of-tree target reported by Quentin. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314814 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/intrinsics-overflow.ll')
-rw-r--r--test/CodeGen/ARM/intrinsics-overflow.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/intrinsics-overflow.ll b/test/CodeGen/ARM/intrinsics-overflow.ll
index a7683944973..af555d2240c 100644
--- a/test/CodeGen/ARM/intrinsics-overflow.ll
+++ b/test/CodeGen/ARM/intrinsics-overflow.ll
@@ -39,7 +39,7 @@ define i32 @sadd_overflow(i32 %a, i32 %b) #0 {
; ARM: movvc r[[R1]], #0
; THUMBV6: mov r[[R2:[0-9]+]], r[[R0:[0-9]+]]
- ; THUMBV6: adds r[[R3:[0-9]+]], r[[R0]], r[[R1:[0-9]+]]
+ ; THUMBV6: adds r[[R3:[0-9]+]], r[[R2]], r[[R1:[0-9]+]]
; THUMBV6: movs r[[R0]], #0
; THUMBV6: movs r[[R1]], #1
; THUMBV6: cmp r[[R3]], r[[R2]]