Make this test less dependent on register allocation choices.
authorDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:49:42 +0000 (14:49 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 29 Aug 2010 14:49:42 +0000 (14:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112426 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/lsr-wrap.ll

index ec8db501ef3465e17d065da5c00dd60b9aa65ef1..d605e4f14fe434cef67fac796e8b70ad10c1ffd2 100644 (file)
@@ -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]