summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-12-06 21:24:47 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-12-06 21:24:47 +0000
commit1c704355cfaacff590f646de7da090075be18e92 (patch)
tree4d81d0bdfce2e3ff0b3d6f9334717cf0f3457890 /llvm/test/CodeGen
parent8150e9e55ab1cbfcc4388856e7b6498a70ff0248 (diff)
downloadbcm5719-llvm-1c704355cfaacff590f646de7da090075be18e92.tar.gz
bcm5719-llvm-1c704355cfaacff590f646de7da090075be18e92.zip
Fix typos in CHECK lines.
Patch by Alexander Zinenko. llvm-svn: 169547
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/ARM/domain-conv-vmovs.ll2
-rw-r--r--llvm/test/CodeGen/Thumb2/thumb2-mul.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/domain-conv-vmovs.ll b/llvm/test/CodeGen/ARM/domain-conv-vmovs.ll
index 0ebac94e137..b5586cc99fc 100644
--- a/llvm/test/CodeGen/ARM/domain-conv-vmovs.ll
+++ b/llvm/test/CodeGen/ARM/domain-conv-vmovs.ll
@@ -78,7 +78,7 @@ define float @test_ineligible(float, float %in) {
; use-def chains would be messed up. Primarily a compile-test (we used to
; internal fault).
call void @bar()
-; CHECL: bl bar
+; CHECK: bl bar
; CHECK: vext.32
; CHECK: vext.32
ret float %val
diff --git a/llvm/test/CodeGen/Thumb2/thumb2-mul.ll b/llvm/test/CodeGen/Thumb2/thumb2-mul.ll
index ac059bdaf05..a8134e63082 100644
--- a/llvm/test/CodeGen/Thumb2/thumb2-mul.ll
+++ b/llvm/test/CodeGen/Thumb2/thumb2-mul.ll
@@ -15,7 +15,7 @@ entry:
; CHECK: t1:
; CHECK: mla r0, r2, r0, r1
; CHECK: add.w r0, r0, r0, lsl #3
-; CHECL: add.w r0, r3, r0, lsl #2
+; CHECK: add.w r0, r3, r0, lsl #2
%mul = mul i32 %n, %i
%add = add i32 %mul, %j
%0 = ptrtoint %struct.CMPoint* %thePoints to i32
OpenPOWER on IntegriCloud