mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-28 03:25:23 +00:00
Remove a useless declarations (found by scan-build)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185709 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -868,7 +868,6 @@ void ExtAddrMode::print(raw_ostream &OS) const {
|
||||
OS << (NeedPlus ? " + " : "")
|
||||
<< Scale << "*";
|
||||
WriteAsOperand(OS, ScaledReg, /*PrintType=*/false);
|
||||
NeedPlus = true;
|
||||
}
|
||||
|
||||
OS << ']';
|
||||
|
Reference in New Issue
Block a user