[MC] Fix style bugs introduced in r247471. Reported by Rafael Espindola.
[oota-llvm.git] / lib / MC / MCLinkerOptimizationHint.cpp
index 2c9c67cf66afa21d0fb481aaaebbb0a4d8098ebd..5f6a57980ad45ac3b4212b949c4002b9549ededa 100644 (file)
@@ -22,7 +22,7 @@ using namespace llvm;
 // - Its argN.
 // <arg1> to <argN> are absolute addresses in the object file, i.e.,
 // relative addresses from the beginning of the object file.
-void MCLOHDirective::Emit_impl(raw_ostream &OutStream,
+void MCLOHDirective::emit_impl(raw_ostream &OutStream,
                                const MachObjectWriter &ObjWriter,
                                const MCAsmLayout &Layout) const {
   encodeULEB128(Kind, OutStream);