summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/MC/MCCodeGenInfo.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/include/llvm/MC/MCCodeGenInfo.h b/llvm/include/llvm/MC/MCCodeGenInfo.h
index c36c341795b..b71cdf90b24 100644
--- a/llvm/include/llvm/MC/MCCodeGenInfo.h
+++ b/llvm/include/llvm/MC/MCCodeGenInfo.h
@@ -33,9 +33,8 @@ class MCCodeGenInfo {
CodeGenOpt::Level OptLevel;
public:
- void initMCCodeGenInfo(Reloc::Model RM = Reloc::Default,
- CodeModel::Model CM = CodeModel::Default,
- CodeGenOpt::Level OL = CodeGenOpt::Default);
+ void initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
+ CodeGenOpt::Level OL);
Reloc::Model getRelocationModel() const { return RelocationModel; }
OpenPOWER on IntegriCloud