aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-11-29 22:39:38 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-11-29 22:39:38 +0000
commit59127b2a4e1b35b5c9777cb3dd9e4ac6e22b3ffc (patch)
treef7d111d2d93cfb567c2981f69bcffb14a89cf9ec /test/CodeGen
parentfbf0cb18cbf74ef551c6e9f1cd8bd2c6541d7171 (diff)
Add missing colon.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120336 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/ARM/vbits.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/vbits.ll b/test/CodeGen/ARM/vbits.ll
index 880495dd7f..51f9bdf971 100644
--- a/test/CodeGen/ARM/vbits.ll
+++ b/test/CodeGen/ARM/vbits.ll
@@ -529,7 +529,7 @@ define <16 x i8> @v_orrimmQ(<16 x i8>* %A) nounwind {
define <8 x i8> @v_bicimm(<8 x i8>* %A) nounwind {
; CHECK: v_bicimm:
; CHECK-NOT: vmov
-; CHECK-NOT vmvn
+; CHECK-NOT: vmvn
; CHECK: vbic
%tmp1 = load <8 x i8>* %A
%tmp3 = and <8 x i8> %tmp1, < i8 -1, i8 -1, i8 -1, i8 0, i8 -1, i8 -1, i8 -1, i8 0 >