summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCCodeGenInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/MC/MCCodeGenInfo.cpp')
-rw-r--r--llvm/lib/MC/MCCodeGenInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCCodeGenInfo.cpp b/llvm/lib/MC/MCCodeGenInfo.cpp
index d9dcfd0614b..347ec2cd01e 100644
--- a/llvm/lib/MC/MCCodeGenInfo.cpp
+++ b/llvm/lib/MC/MCCodeGenInfo.cpp
@@ -15,7 +15,7 @@
#include "llvm/MC/MCCodeGenInfo.h"
using namespace llvm;
-void MCCodeGenInfo::InitMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
+void MCCodeGenInfo::initMCCodeGenInfo(Reloc::Model RM, CodeModel::Model CM,
CodeGenOpt::Level OL) {
RelocationModel = RM;
CMModel = CM;
OpenPOWER on IntegriCloud