Use range-based for loops. NFC
[oota-llvm.git] / lib / MC / MCCodeGenInfo.cpp
index d9dcfd0614bcb651f0416fc46833a3dca98ed4ca..347ec2cd01e1429d8488efa33aea74f6d77ac693 100644 (file)
@@ -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;