aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2010-08-29 14:49:42 +0000
committerDan Gohman <gohman@apple.com>2010-08-29 14:49:42 +0000
commit2b5258c5f936e382acd5f91e2f11bc752bf28fff (patch)
tree35da66fb86c710126e023489e3f54b54e97f5ec5
parent05841638a73d79b7b8a67d3a3fa698c42f51a224 (diff)
downloadexternal_llvm-2b5258c5f936e382acd5f91e2f11bc752bf28fff.zip
external_llvm-2b5258c5f936e382acd5f91e2f11bc752bf28fff.tar.gz
external_llvm-2b5258c5f936e382acd5f91e2f11bc752bf28fff.tar.bz2
Make this test less dependent on register allocation choices.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112426 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/lsr-wrap.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/lsr-wrap.ll b/test/CodeGen/X86/lsr-wrap.ll
index ec8db50..d605e4f 100644
--- a/test/CodeGen/X86/lsr-wrap.ll
+++ b/test/CodeGen/X86/lsr-wrap.ll
@@ -3,7 +3,7 @@
; LSR would like to use a single IV for both of these, however it's
; not safe due to wraparound.
-; CHECK: addb $-4, %r
+; CHECK: addb $-4, %
; CHECK: decw %
@g_19 = common global i32 0 ; <i32*> [#uses=2]