From e4049f66a40f6ba61d6aeb2b0e649b9c9b89b8d0 Mon Sep 17 00:00:00 2001 From: Andrew Trick Date: Tue, 30 Jul 2013 20:34:59 +0000 Subject: [PATCH] This test may have been sensitive to the ARM ABI... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187442 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/ARM/misched-copy-arm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/ARM/misched-copy-arm.ll b/test/CodeGen/ARM/misched-copy-arm.ll index 6445b4a3a7f..c274545523e 100644 --- a/test/CodeGen/ARM/misched-copy-arm.ll +++ b/test/CodeGen/ARM/misched-copy-arm.ll @@ -33,7 +33,7 @@ for.end: ; preds = %for.body, %entry ; This case was a crasher in constrainLocalCopy. ; The problem was the t2LDR_PRE defining both the global and local lrg. ; CHECK-LABEL: *** Final schedule for BB#5 *** -; CHECK: %[[R4:vreg[0-9]+]], %[[R1:vreg[0-9]+]] = t2LDR_PRE %[[R1]], 4 +; CHECK: %[[R4:vreg[0-9]+]], %[[R1:vreg[0-9]+]] = t2LDR_PRE %[[R1]] ; CHECK: %vreg{{[0-9]+}} = COPY %[[R1]] ; CHECK: %vreg{{[0-9]+}} = COPY %[[R4]] ; CHECK-LABEL: MACHINEINSTRS