mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
Fix unused parameter warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99463 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cb0f06e05c
commit
1f2ae40efd
@ -192,7 +192,7 @@ public:
|
|||||||
formatted_raw_ostream &,
|
formatted_raw_ostream &,
|
||||||
CodeGenFileType,
|
CodeGenFileType,
|
||||||
CodeGenOpt::Level,
|
CodeGenOpt::Level,
|
||||||
bool DisableVerify = true) {
|
bool = true) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -205,7 +205,7 @@ public:
|
|||||||
virtual bool addPassesToEmitMachineCode(PassManagerBase &,
|
virtual bool addPassesToEmitMachineCode(PassManagerBase &,
|
||||||
JITCodeEmitter &,
|
JITCodeEmitter &,
|
||||||
CodeGenOpt::Level,
|
CodeGenOpt::Level,
|
||||||
bool DisableVerify = true) {
|
bool = true) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -216,7 +216,7 @@ public:
|
|||||||
virtual bool addPassesToEmitWholeFile(PassManager &, formatted_raw_ostream &,
|
virtual bool addPassesToEmitWholeFile(PassManager &, formatted_raw_ostream &,
|
||||||
CodeGenFileType,
|
CodeGenFileType,
|
||||||
CodeGenOpt::Level,
|
CodeGenOpt::Level,
|
||||||
bool DisableVerify = true) {
|
bool = true) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user