summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2010-11-29 22:34:55 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2010-11-29 22:34:55 +0000
commite6840ef4b3311d7d5fd9a68c07d46b7997aabc57 (patch)
tree82449fac0a58f4695f273343ab6e5219efcabf7a /llvm
parent569cad973444708225ba4fa1204c246728ec4eac (diff)
downloadbcm5719-llvm-e6840ef4b3311d7d5fd9a68c07d46b7997aabc57.tar.gz
bcm5719-llvm-e6840ef4b3311d7d5fd9a68c07d46b7997aabc57.zip
Fix some broken CHECK lines.
llvm-svn: 120332
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/X86/atomic_op.ll2
-rw-r--r--llvm/test/MC/ELF/relocation.s2
-rw-r--r--llvm/test/Transforms/DeadStoreElimination/simple.ll2
-rw-r--r--llvm/test/Transforms/SimplifyLibCalls/StrSpn.ll2
4 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/CodeGen/X86/atomic_op.ll b/llvm/test/CodeGen/X86/atomic_op.ll
index 84bae46414d..f3ade93c8a3 100644
--- a/llvm/test/CodeGen/X86/atomic_op.ll
+++ b/llvm/test/CodeGen/X86/atomic_op.ll
@@ -112,7 +112,7 @@ entry:
define void @test2(i32 addrspace(256)* nocapture %P) nounwind {
entry:
; CHECK: lock
-; CEHCK: cmpxchgl %{{.*}}, %gs:(%{{.*}})
+; CHECK: cmpxchgl %{{.*}}, %gs:(%{{.*}})
%0 = tail call i32 @llvm.atomic.cmp.swap.i32.p256i32(i32 addrspace(256)* %P, i32 0, i32 1)
ret void
diff --git a/llvm/test/MC/ELF/relocation.s b/llvm/test/MC/ELF/relocation.s
index 8d38b86c34c..663c91e8c1a 100644
--- a/llvm/test/MC/ELF/relocation.s
+++ b/llvm/test/MC/ELF/relocation.s
@@ -21,7 +21,7 @@ bar:
// CHECK: # Symbol 0x00000002
// CHECK: (('st_name', 0x00000000) # ''
// CHECK: ('st_bind', 0x00000000)
-// CHECK ('st_type', 0x00000003)
+// CHECK: ('st_type', 0x00000003)
// CHECK: ('st_other', 0x00000000)
// CHECK: ('st_shndx', 0x00000001)
diff --git a/llvm/test/Transforms/DeadStoreElimination/simple.ll b/llvm/test/Transforms/DeadStoreElimination/simple.ll
index ab0ef7b7eb2..6aba1d2125e 100644
--- a/llvm/test/Transforms/DeadStoreElimination/simple.ll
+++ b/llvm/test/Transforms/DeadStoreElimination/simple.ll
@@ -27,7 +27,7 @@ define void @test2(i32 *%p, i32 *%q) {
define i32 @test3(i32* %g_addr) nounwind {
; CHECK: @test3
-; CHEcK: load i32* %g_addr
+; CHECK: load i32* %g_addr
%g_value = load i32* %g_addr, align 4
store i32 -1, i32* @g, align 4
store i32 %g_value, i32* %g_addr, align 4
diff --git a/llvm/test/Transforms/SimplifyLibCalls/StrSpn.ll b/llvm/test/Transforms/SimplifyLibCalls/StrSpn.ll
index f77f32c67c4..800c1908833 100644
--- a/llvm/test/Transforms/SimplifyLibCalls/StrSpn.ll
+++ b/llvm/test/Transforms/SimplifyLibCalls/StrSpn.ll
@@ -19,7 +19,7 @@ define i64 @testspn(i8* %s1, i8* %s2) {
%test4 = call i64 @strspn(i8* %s1, i8* %s2)
; CHECK: call i64 @strspn(i8* %s1, i8* %s2)
ret i64 %test3
-; CHECK ret i64 5
+; CHECK: ret i64 5
}
declare i64 @strcspn(i8*, i8*)
OpenPOWER on IntegriCloud