[X86] lvi-hardening-indirectbr.ll - fix X64-NOT typo identified in D125604

This commit is contained in:
Simon Pilgrim 2022-05-18 12:33:27 +01:00
parent 27942499ec
commit ec3bb17870
1 changed files with 1 additions and 1 deletions

View File

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