From: Chad Rosier Date: Tue, 20 Mar 2012 21:49:54 +0000 (+0000) Subject: Fix test case from r153135. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=768b4e8cb4dabc14b8e16806d1defb79f83a7d72;p=oota-llvm.git Fix test case from r153135. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153140 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/ARM/select_xform.ll b/test/CodeGen/ARM/select_xform.ll index 3a66ec59bf5..ca2e18a6394 100644 --- a/test/CodeGen/ARM/select_xform.ll +++ b/test/CodeGen/ARM/select_xform.ll @@ -67,7 +67,7 @@ entry: ; T2: t5: ; T2-NOT: moveq -; T2: orreq.w r2, r2, #1 +; T2: orreq r2, r2, #1 %tmp1 = icmp eq i32 %a, %b %tmp2 = zext i1 %tmp1 to i32 %tmp3 = or i32 %tmp2, %c