summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2012-03-20 21:49:54 +0000
committerChad Rosier <mcrosier@apple.com>2012-03-20 21:49:54 +0000
commitcbf45a6d8a875f684b8cc8d0ad502479f40028f8 (patch)
tree901e2d32cc946a503cfda8062fd5f6e67243041e /llvm/test/CodeGen
parent4106917355e8cb5cdbebf5b0022ead736098cafc (diff)
downloadbcm5719-llvm-cbf45a6d8a875f684b8cc8d0ad502479f40028f8.tar.gz
bcm5719-llvm-cbf45a6d8a875f684b8cc8d0ad502479f40028f8.zip
Fix test case from r153135.
llvm-svn: 153140
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM/select_xform.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/select_xform.ll b/llvm/test/CodeGen/ARM/select_xform.ll
index 3a66ec59bf5..ca2e18a6394 100644
--- a/llvm/test/CodeGen/ARM/select_xform.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud