diff options
author | Andrew Trick <atrick@apple.com> | 2013-07-30 20:34:59 +0000 |
---|---|---|
committer | Andrew Trick <atrick@apple.com> | 2013-07-30 20:34:59 +0000 |
commit | e4049f66a40f6ba61d6aeb2b0e649b9c9b89b8d0 (patch) | |
tree | c31a0456e137dd7f28a5bf400edd1d185d28119d /test/CodeGen/ARM | |
parent | f4ab63f3d8efa70053786d8a0e57b3bf76ae4ee5 (diff) | |
download | external_llvm-e4049f66a40f6ba61d6aeb2b0e649b9c9b89b8d0.zip external_llvm-e4049f66a40f6ba61d6aeb2b0e649b9c9b89b8d0.tar.gz external_llvm-e4049f66a40f6ba61d6aeb2b0e649b9c9b89b8d0.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/misched-copy-arm.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/misched-copy-arm.ll b/test/CodeGen/ARM/misched-copy-arm.ll index 6445b4a..c274545 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]+]]<def>, %[[R1:vreg[0-9]+]]<def,tied2> = t2LDR_PRE %[[R1]]<tied1>, 4 +; CHECK: %[[R4:vreg[0-9]+]]<def>, %[[R1:vreg[0-9]+]]<def,tied2> = t2LDR_PRE %[[R1]]<tied1> ; CHECK: %vreg{{[0-9]+}}<def> = COPY %[[R1]] ; CHECK: %vreg{{[0-9]+}}<def> = COPY %[[R4]] ; CHECK-LABEL: MACHINEINSTRS |