summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/macho-embedded-float.ll
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2019-02-25 13:12:33 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2019-02-25 13:12:33 +0000
commit751c5fbf6a8f53b34c5a6c6c367e1886f7676d7e (patch)
tree699fe2fcdfb95502a96f226e4403d724f3ddae6b /llvm/test/CodeGen/ARM/macho-embedded-float.ll
parent4bfa716f7c52d5bbf6ab23ea4fc20cec71c5f19a (diff)
downloadbcm5719-llvm-751c5fbf6a8f53b34c5a6c6c367e1886f7676d7e.tar.gz
bcm5719-llvm-751c5fbf6a8f53b34c5a6c6c367e1886f7676d7e.zip
Fixed typos in tests: s/CEHCK/CHECK/
Reviewers: ilya-biryukov Subscribers: sanjoy, sdardis, javed.absar, jrtc27, atanasyan, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D58608 llvm-svn: 354781
Diffstat (limited to 'llvm/test/CodeGen/ARM/macho-embedded-float.ll')
-rw-r--r--llvm/test/CodeGen/ARM/macho-embedded-float.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/macho-embedded-float.ll b/llvm/test/CodeGen/ARM/macho-embedded-float.ll
index c66324c08c2..39745f9851d 100644
--- a/llvm/test/CodeGen/ARM/macho-embedded-float.ll
+++ b/llvm/test/CodeGen/ARM/macho-embedded-float.ll
@@ -12,7 +12,7 @@ define float @test_default_cc(float %a, float %b) {
; CHECK-SOFT-DAG: vmov [[A:s[0-9]+]], r0
; CHECK-SOFT-DAG: vmov [[B:s[0-9]+]], r1
; CHECK-SOFT: vadd.f32 [[RES:s[0-9]+]], [[A]], [[B]]
-; CEHCK-SOFT: vmov r0, [[RES]]
+; CHECK-SOFT: vmov r0, [[RES]]
%res = fadd float %a, %b
ret float %res
OpenPOWER on IntegriCloud