Skip to content

Commit d65638f

Browse files
kazutakahiratavarun-r-mallya
authored andcommitted
[AArch64] Remove an unused local variable (NFC) (#165194)
1 parent 0f40007 commit d65638f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AArch64/MCTargetDesc/AArch64InstPrinter.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1114,7 +1114,6 @@ bool AArch64InstPrinter::printSyslAlias(const MCInst *MI,
11141114
} else
11151115
return false;
11161116

1117-
std::string Str;
11181117
llvm::transform(Name, Name.begin(), ::tolower);
11191118

11201119
O << '\t' << Ins << '\t' << Reg.str() << ", " << Name;

0 commit comments

Comments
 (0)