forked from OSchip/llvm-project
[LVers] Change CHECK_LABEL to CHECK-LABEL (underscore->dash)
Thanks to Sanjoy for catching this. llvm-svn: 264656
This commit is contained in:
parent
d964cc22d1
commit
64fa75391c
|
@ -7,7 +7,7 @@
|
||||||
; reference below in a comment. For a scope I use the format scope(domain),
|
; reference below in a comment. For a scope I use the format scope(domain),
|
||||||
; e.g. scope 17 in domain 15 is written as 17(15).
|
; e.g. scope 17 in domain 15 is written as 17(15).
|
||||||
|
|
||||||
; CHECK_LABEL: @f(
|
; CHECK-LABEL: @f(
|
||||||
|
|
||||||
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
|
target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue