[X86][NFC] Remove unused variable UseAA

This commit is contained in:
Shengchen Kan 2022-03-20 13:21:25 +08:00
parent c266776429
commit ae0ae91903
1 changed files with 0 additions and 3 deletions

View File

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