commit | 6665550bca8782fe60656f9f937f7d858c172591 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Sun Aug 29 14:49:42 2010 +0000 |
committer | Dan Gohman <gohman@apple.com> | Sun Aug 29 14:49:42 2010 +0000 |
tree | 337862a0c1d9a5d524d52559695ae02d6e37da3c | |
parent | 883fa863f84c75e23f2884de50d7d0f267fd1ab2 [diff] [blame] |
Make this test less dependent on register allocation choices. llvm-svn: 112426
diff --git a/llvm/test/CodeGen/X86/lsr-wrap.ll b/llvm/test/CodeGen/X86/lsr-wrap.ll index ec8db50..d605e4f 100644 --- a/llvm/test/CodeGen/X86/lsr-wrap.ll +++ b/llvm/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]