aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Target/TargetMachine.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-22 21:51:30 +0000
committerEric Christopher <echristo@apple.com>2010-07-22 21:51:30 +0000
commited2b84087f4ff1df77b73afaf2003c97816fe7ec (patch)
treed25bfa537dcc85335db14521943b4b663b8ce560 /include/llvm/Target/TargetMachine.h
parentae7b8b212ac1e87cbd51968f38283b578555bdf5 (diff)
downloadexternal_llvm-ed2b84087f4ff1df77b73afaf2003c97816fe7ec.tar.gz
external_llvm-ed2b84087f4ff1df77b73afaf2003c97816fe7ec.tar.bz2
external_llvm-ed2b84087f4ff1df77b73afaf2003c97816fe7ec.zip
Warnings patrol.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109174 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Target/TargetMachine.h')
-rw-r--r--include/llvm/Target/TargetMachine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/Target/TargetMachine.h b/include/llvm/Target/TargetMachine.h
index 29e4f7c080..2857efb53b 100644
--- a/include/llvm/Target/TargetMachine.h
+++ b/include/llvm/Target/TargetMachine.h
@@ -250,10 +250,10 @@ public:
/// code is not supported. It fills the MCContext Ctx pointer which can be
/// used to build custom MCStreamer.
///
- virtual bool addPassesToEmitMC(PassManagerBase &PM,
- MCContext *&Ctx,
- CodeGenOpt::Level OptLevel,
- bool DisableVerify = true) {
+ virtual bool addPassesToEmitMC(PassManagerBase &,
+ MCContext *&,
+ CodeGenOpt::Level,
+ bool = true) {
return true;
}
};