Fix unused param warning.

llvm-svn: 128005
This commit is contained in:
Eric Christopher 2011-03-21 18:06:32 +00:00
parent 1b4b1e559a
commit 2075b7ba99
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ public:
///
virtual bool addPassesToEmitMC(PassManagerBase &,
MCContext *&,
raw_ostream &OS,
raw_ostream &,
CodeGenOpt::Level,
bool = true) {
return true;