summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/bfi.ll
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2011-04-25 10:12:01 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2011-04-25 10:12:01 +0000
commita42a757176df18c0c930f519ea597c42c8873650 (patch)
tree46dfa34fe3b1f8da341222fb3dde028c83d96097 /test/CodeGen/Thumb2/bfi.ll
parenta4a2a03c311e7a7b64bfba1ae714ae85f74999fd (diff)
downloadllvm-a42a757176df18c0c930f519ea597c42c8873650.tar.gz
llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.bz2
llvm-a42a757176df18c0c930f519ea597c42c8873650.tar.xz
Make tests more useful.
lit needs a linter ... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/bfi.ll')
-rw-r--r--test/CodeGen/Thumb2/bfi.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/bfi.ll b/test/CodeGen/Thumb2/bfi.ll
index 0405d98430..0e767707b6 100644
--- a/test/CodeGen/Thumb2/bfi.ll
+++ b/test/CodeGen/Thumb2/bfi.ll
@@ -53,7 +53,7 @@ define i32 @f4(i32 %a) nounwind {
; rdar://9177502
define i32 @f5(i32 %a, i32 %b) nounwind readnone {
entry:
-; CHECK f5
+; CHECK: f5
; CHECK-NOT: bfi r0, r2, #0, #1
%and = and i32 %a, 2
%b.masked = and i32 %b, -2