[llvm] ae0ae91 - [X86][NFC] Remove unused variable UseAA

Shengchen Kan via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 19 22:24:51 PDT 2022


Author: Shengchen Kan
Date: 2022-03-20T13:21:25+08:00
New Revision: ae0ae9190352eacd29004ef94493cd5c48fd6943

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

LOG: [X86][NFC] Remove unused variable UseAA

Added: 
    

Modified: 
    llvm/lib/Target/X86/X86Subtarget.h

Removed: 
    


################################################################################
diff  --git a/llvm/lib/Target/X86/X86Subtarget.h b/llvm/lib/Target/X86/X86Subtarget.h
index 45de5b0c5b35a..77ce4e1c0040c 100644
--- a/llvm/lib/Target/X86/X86Subtarget.h
+++ b/llvm/lib/Target/X86/X86Subtarget.h
@@ -479,9 +479,6 @@ class X86Subtarget final : public X86GenSubtargetInfo {
   /// Use software floating point for code generation.
   bool UseSoftFloat = false;
 
-  /// Use alias analysis during code generation.
-  bool UseAA = false;
-
   /// The minimum alignment known to hold of the stack frame on
   /// entry to the function and which must be maintained by every function.
   Align stackAlignment = Align(4);


        


More information about the llvm-commits mailing list