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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 04:34:13 PDT 2022


Author: Simon Pilgrim
Date: 2022-05-18T12:33:27+01:00
New Revision: ec3bb17870a4097a7fa3482defd77724f864b667

URL: https://github.com/llvm/llvm-project/commit/ec3bb17870a4097a7fa3482defd77724f864b667
DIFF: https://github.com/llvm/llvm-project/commit/ec3bb17870a4097a7fa3482defd77724f864b667.diff

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

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/lvi-hardening-indirectbr.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/lvi-hardening-indirectbr.ll b/llvm/test/CodeGen/X86/lvi-hardening-indirectbr.ll
index 57bfca2ac072..e42ff76be8ad 100644
--- a/llvm/test/CodeGen/X86/lvi-hardening-indirectbr.ll
+++ b/llvm/test/CodeGen/X86/lvi-hardening-indirectbr.ll
@@ -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
 


        


More information about the llvm-commits mailing list