forked from OSchip/llvm-project
[X86] lvi-hardening-indirectbr.ll - fix X64-NOT typo identified in D125604
This commit is contained in:
parent
27942499ec
commit
ec3bb17870
|
@ -127,7 +127,7 @@ define void @nonlazybind_caller() #0 {
|
|||
; Check that a switch gets lowered using a jump table
|
||||
define void @switch_jumptable(i32* %ptr, i64* %sink) #0 {
|
||||
; X64-LABEL: switch_jumptable:
|
||||
; X64_NOT: jmpq *
|
||||
; X64-NOT: jmpq *
|
||||
entry:
|
||||
br label %header
|
||||
|
||||
|
|
Loading…
Reference in New Issue