[llvm] fde9377 - [NFC] Header comment in X86RegisterBanks.td referred to Aarch64

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 29 17:59:56 PST 2021


Author: Mircea Trofin
Date: 2021-11-29T17:59:47-08:00
New Revision: fde937748b7def9f9d349b85bf9077f07a84b724

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

LOG: [NFC] Header comment in X86RegisterBanks.td referred to Aarch64

Differential Revision: https://reviews.llvm.org/D114763

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86RegisterBanks.td

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86RegisterBanks.td b/llvm/lib/Target/X86/X86RegisterBanks.td
index 74c515850ab1..91a497252595 100644
--- a/llvm/lib/Target/X86/X86RegisterBanks.td
+++ b/llvm/lib/Target/X86/X86RegisterBanks.td
@@ -1,4 +1,4 @@
-//=- X86RegisterBank.td - Describe the AArch64 Banks -----*- tablegen -*-=//
+//=- X86RegisterBank.td - Describe the X86 Banks -------------*- tablegen -*-=//
 //
 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
 // See https://llvm.org/LICENSE.txt for license information.


        


More information about the llvm-commits mailing list