[llvm] f19bce3 - [AArch64] Remove an unused local variable (NFC) (#165194)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sun Oct 26 22:10:16 PDT 2025
    
    
  
Author: Kazu Hirata
Date: 2025-10-26T22:10:12-07:00
New Revision: f19bce31729c2931c43f0b054c28381c6b89f334
URL: https://github.com/llvm/llvm-project/commit/f19bce31729c2931c43f0b054c28381c6b89f334
DIFF: https://github.com/llvm/llvm-project/commit/f19bce31729c2931c43f0b054c28381c6b89f334.diff
LOG: [AArch64] Remove an unused local variable (NFC) (#165194)
Added: 
    
Modified: 
    llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
Removed: 
    
################################################################################
diff  --git a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp b/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
index 5c3e26e923d70..4cd51d6701d97 100644
--- a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
+++ b/llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp
@@ -1114,7 +1114,6 @@ bool AArch64InstPrinter::printSyslAlias(const MCInst *MI,
   } else
     return false;
 
-  std::string Str;
   llvm::transform(Name, Name.begin(), ::tolower);
 
   O << '\t' << Ins << '\t' << Reg.str() << ", " << Name;
        
    
    
More information about the llvm-commits
mailing list