summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2013-07-08 21:47:33 +0000
committerEric Christopher <echristo@gmail.com>2013-07-08 21:47:33 +0000
commita95d39251d4ead02ddc8363e2e5a851288ce6421 (patch)
treec8287c25721b5f9d6dfbf765df1380c959b51830
parent7ca38c6e9fbc35a4ad26997e62364931270e925b (diff)
downloadbcm5719-llvm-a95d39251d4ead02ddc8363e2e5a851288ce6421.tar.gz
bcm5719-llvm-a95d39251d4ead02ddc8363e2e5a851288ce6421.zip
CEHCK->CHECK typo fix.
llvm-svn: 185875
-rw-r--r--llvm/test/MC/ARM/eh-directive-cantunwind-diagnostics.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/MC/ARM/eh-directive-cantunwind-diagnostics.s b/llvm/test/MC/ARM/eh-directive-cantunwind-diagnostics.s
index 1c55b22178b..640cc3005fc 100644
--- a/llvm/test/MC/ARM/eh-directive-cantunwind-diagnostics.s
+++ b/llvm/test/MC/ARM/eh-directive-cantunwind-diagnostics.s
@@ -22,7 +22,7 @@ func1:
.cantunwind
.personality __gxx_personality_v0
@ CHECK: error: .personality can't be used with .cantunwind directive
-@ CEHCK: .personality __gxx_personality_v0
+@ CHECK: .personality __gxx_personality_v0
@ CHECK: ^
@ CHECK: error: .cantunwind was specified here
@ CHECK: .cantunwind
@@ -42,7 +42,7 @@ func2:
.cantunwind
.handlerdata
@ CHECK: error: .handlerdata can't be used with .cantunwind directive
-@ CEHCK: .handlerdata
+@ CHECK: .handlerdata
@ CHECK: ^
@ CHECK: error: .cantunwind was specified here
@ CHECK: .cantunwind
@@ -62,7 +62,7 @@ func3:
.personality __gxx_personality_v0
.cantunwind
@ CHECK: error: .cantunwind can't be used with .personality directive
-@ CEHCK: .cantunwind
+@ CHECK: .cantunwind
@ CHECK: ^
@ CHECK: error: .personality was specified here
@ CHECK: .personality __gxx_personality_v0
@@ -82,7 +82,7 @@ func4:
.handlerdata
.cantunwind
@ CHECK: error: .cantunwind can't be used with .handlerdata directive
-@ CEHCK: .cantunwind
+@ CHECK: .cantunwind
@ CHECK: ^
@ CHECK: error: .handlerdata was specified here
@ CHECK: .handlerdata
OpenPOWER on IntegriCloud