From 89cdaf46ec53d06e48be69504f446a6c81340513 Mon Sep 17 00:00:00 2001 From: Jakob Stoklund Olesen Date: Wed, 11 Apr 2012 00:00:24 +0000 Subject: [PATCH] Fix test to be register assignment invariant. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154453 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/2012-02-20-MachineCPBug.ll | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll index 3013f162d24..557d49d82f8 100644 --- a/test/CodeGen/X86/2012-02-20-MachineCPBug.ll +++ b/test/CodeGen/X86/2012-02-20-MachineCPBug.ll @@ -52,7 +52,8 @@ for.body9.lr.ph.i: ; preds = %if.end.i, %for.cond for.body9.i: ; preds = %for.body9.i, %for.body9.lr.ph.i ; CHECK: %for.body9.i -; CHECK: movb %al, %ch +; CHECK: movb +; CHECK: shrdl %i6.02.i = phi i32 [ 0, %for.body9.lr.ph.i ], [ %inc21.i, %for.body9.i ] %add10.i = add i32 %i6.02.i, %div.i %arrayidx12.i = getelementptr inbounds i64* %.pre.i, i32 %add10.i -- 2.11.0