From 2b5258c5f936e382acd5f91e2f11bc752bf28fff Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Sun, 29 Aug 2010 14:49:42 +0000 Subject: [PATCH] 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 --- test/CodeGen/X86/lsr-wrap.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/lsr-wrap.ll b/test/CodeGen/X86/lsr-wrap.ll index ec8db501ef3..d605e4f14fe 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 ; [#uses=2] -- 2.34.1