1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

CEHCK->CHECK typo fix.

llvm-svn: 185875
This commit is contained in:
Eric Christopher 2013-07-08 21:47:33 +00:00
parent 042c0dfe7f
commit 55e48d4aa6

View File

@ -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