mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-08 18:31:23 +00:00
Fix unused param warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128005 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
28ed90b95d
commit
0891d99b87
@ -268,7 +268,7 @@ public:
|
||||
///
|
||||
virtual bool addPassesToEmitMC(PassManagerBase &,
|
||||
MCContext *&,
|
||||
raw_ostream &OS,
|
||||
raw_ostream &,
|
||||
CodeGenOpt::Level,
|
||||
bool = true) {
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user