mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 07:31:28 +00:00
[clang] Fix warning about unused variable [NFC]
This commit is contained in:
parent
9fb4e79d06
commit
304d30bc59
@ -1929,7 +1929,7 @@ void Clang::AddMIPSTargetArgs(const ArgList &Args,
|
||||
}
|
||||
}
|
||||
|
||||
if (Arg *A = Args.getLastArg(options::OPT_mfix4300)) {
|
||||
if (Args.getLastArg(options::OPT_mfix4300)) {
|
||||
CmdArgs.push_back("-mllvm");
|
||||
CmdArgs.push_back("-mfix4300");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user