aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/long_shift.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2009-10-31 19:22:24 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2009-10-31 19:22:24 +0000
commit823bdbc770ae027c7f07c90f201f44534da3ff4d (patch)
tree0b107c4966c34a3a8b6afe0a36a8a4309c921447 /test/CodeGen/ARM/long_shift.ll
parent4a260922489a244b205eb22bb71dcfa17acaabd3 (diff)
downloadexternal_llvm-823bdbc770ae027c7f07c90f201f44534da3ff4d.zip
external_llvm-823bdbc770ae027c7f07c90f201f44534da3ff4d.tar.gz
external_llvm-823bdbc770ae027c7f07c90f201f44534da3ff4d.tar.bz2
Add missing colons for FileCheck.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/long_shift.ll')
-rw-r--r--test/CodeGen/ARM/long_shift.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/long_shift.ll b/test/CodeGen/ARM/long_shift.ll
index 027c7c5..6dbd781 100644
--- a/test/CodeGen/ARM/long_shift.ll
+++ b/test/CodeGen/ARM/long_shift.ll
@@ -2,7 +2,7 @@
define i64 @f0(i64 %A, i64 %B) {
; CHECK: f0
-; CHECK rrx
+; CHECK: rrx
%tmp = bitcast i64 %A to i64
%tmp2 = lshr i64 %B, 1
%tmp3 = sub i64 %tmp, %tmp2