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:
Eric Christopher 2011-03-21 18:06:32 +00:00
parent 28ed90b95d
commit 0891d99b87

View File

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