[llvm-commits] [llvm] r112426 - /llvm/trunk/test/CodeGen/X86/lsr-wrap.ll
Dan Gohman
gohman at apple.com
Sun Aug 29 07:49:42 PDT 2010
Author: djg
Date: Sun Aug 29 09:49:42 2010
New Revision: 112426
URL: http://llvm.org/viewvc/llvm-project?rev=112426&view=rev
Log:
Make this test less dependent on register allocation choices.
Modified:
llvm/trunk/test/CodeGen/X86/lsr-wrap.ll
Modified: llvm/trunk/test/CodeGen/X86/lsr-wrap.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/lsr-wrap.ll?rev=112426&r1=112425&r2=112426&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/lsr-wrap.ll (original)
+++ llvm/trunk/test/CodeGen/X86/lsr-wrap.ll Sun Aug 29 09:49:42 2010
@@ -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]
More information about the llvm-commits
mailing list