summaryrefslogtreecommitdiff
path: root/lib/MC/MCCodeGenInfo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/MC/MCCodeGenInfo.cpp')
-rw-r--r--lib/MC/MCCodeGenInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCCodeGenInfo.cpp b/lib/MC/MCCodeGenInfo.cpp
index d9dcfd0614bcb..347ec2cd01e14 100644
--- a/lib/MC/MCCodeGenInfo.cpp
+++ b/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;