mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 07:17:36 +00:00
[mips] Remove 2 unused variables in MipsTargetStreamer.cpp. NFC.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238554 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -358,7 +358,6 @@ void MipsTargetAsmStreamer::emitDirectiveModuleFP(
|
|||||||
MipsABIFlagsSection::FpABIKind Value, bool Is32BitABI) {
|
MipsABIFlagsSection::FpABIKind Value, bool Is32BitABI) {
|
||||||
MipsTargetStreamer::emitDirectiveModuleFP(Value, Is32BitABI);
|
MipsTargetStreamer::emitDirectiveModuleFP(Value, Is32BitABI);
|
||||||
|
|
||||||
StringRef ModuleValue;
|
|
||||||
OS << "\t.module\tfp=";
|
OS << "\t.module\tfp=";
|
||||||
OS << ABIFlagsSection.getFpABIString(Value) << "\n";
|
OS << ABIFlagsSection.getFpABIString(Value) << "\n";
|
||||||
}
|
}
|
||||||
@@ -367,7 +366,6 @@ void MipsTargetAsmStreamer::emitDirectiveSetFp(
|
|||||||
MipsABIFlagsSection::FpABIKind Value) {
|
MipsABIFlagsSection::FpABIKind Value) {
|
||||||
MipsTargetStreamer::emitDirectiveSetFp(Value);
|
MipsTargetStreamer::emitDirectiveSetFp(Value);
|
||||||
|
|
||||||
StringRef ModuleValue;
|
|
||||||
OS << "\t.set\tfp=";
|
OS << "\t.set\tfp=";
|
||||||
OS << ABIFlagsSection.getFpABIString(Value) << "\n";
|
OS << ABIFlagsSection.getFpABIString(Value) << "\n";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user