forked from OSchip/llvm-project
[X86] coalesce-dead-lanes.mir - fix CHECK-LABEL typo identified in D125604
This commit is contained in:
parent
3f7fc0964e
commit
5a0b7e875f
|
@ -14,6 +14,6 @@ body: |
|
|||
# This used to hit an assertion:
|
||||
# lib/CodeGen/RegisterCoalescer.cpp:1110: RegisterCoalescer::reMaterializeTrivialDef(...): Assertion `ValNo && "CopyMI input register not live"' failed.
|
||||
#
|
||||
# CHECK_LABEL: name: foo
|
||||
# CHECK-LABEL: name: foo
|
||||
# CHECK: bb.0:
|
||||
# CHECK-NEXT: $al = COPY undef %2:gr8
|
||||
|
|
Loading…
Reference in New Issue