summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:41:41 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-04-11 12:41:41 +0000
commitb50682e1563bc4cde7b9f60ff1009952e024d3d9 (patch)
treefecd6090f6db0f1e43b1cb94f1b358a5062bc93f /llvm/test
parent3960c1cd56bc1ac58a6da30e018aac7946c5e3ef (diff)
downloadbcm5719-llvm-b50682e1563bc4cde7b9f60ff1009952e024d3d9.tar.gz
bcm5719-llvm-b50682e1563bc4cde7b9f60ff1009952e024d3d9.zip
Add missing colons to check lines.
llvm-svn: 179277
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll2
-rw-r--r--llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll2
-rw-r--r--llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll4
3 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
index c5d00a0f8a4..c14f5302d31 100644
--- a/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
+++ b/llvm/test/CodeGen/ARM/avoid-cpsr-rmw.ll
@@ -91,7 +91,7 @@ entry:
; CHECK: t4
; CHECK: vmrs APSR_nzcv, fpscr
; CHECK: if.then
-; CHECK-NOT movs
+; CHECK-NOT: movs
%0 = load double* %q, align 4
%cmp = fcmp olt double %0, 1.000000e+01
%incdec.ptr1 = getelementptr inbounds i32* %p, i32 1
diff --git a/llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll b/llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
index 0ecff40493a..19dd45bda23 100644
--- a/llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
+++ b/llvm/test/Instrumentation/ThreadSanitizer/tsan_basic.ll
@@ -49,7 +49,7 @@ define void @MemSetTest(i8* nocapture %x) {
entry:
tail call void @llvm.memset.p0i8.i64(i8* %x, i8 77, i64 16, i32 4, i1 false)
ret void
-; CHECK define void @MemSetTest
+; CHECK: define void @MemSetTest
; CHECK: call i8* @memset
; CHECK: ret void
}
diff --git a/llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll b/llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll
index f9c364cade3..91ce26324b8 100644
--- a/llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll
+++ b/llvm/test/Transforms/InstSimplify/floating-point-arithmetic.ll
@@ -14,7 +14,7 @@ define float @fsub_0_0_x(float %a) {
; CHECK: @fsub_x_0
define float @fsub_x_0(float %a) {
%ret = fsub float %a, 0.0
-; CHECK ret float %a
+; CHECK: ret float %a
ret float %ret
}
@@ -22,7 +22,7 @@ define float @fsub_x_0(float %a) {
; CHECK: @fadd_x_n0
define float @fadd_x_n0(float %a) {
%ret = fadd float %a, -0.0
-; CHECK ret float %a
+; CHECK: ret float %a
ret float %ret
}
OpenPOWER on IntegriCloud