[PATCH] D20690: [MC] Rename EmitFill to emitFill
Rafael Ávila de Espíndola via llvm-commits
llvm-commits at lists.llvm.org
Thu May 26 11:53:23 PDT 2016
rafael accepted this revision.
rafael added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/MC/MCStreamer.cpp:135
@@ -134,3 +134,3 @@
-/// EmitFill - Emit NumBytes bytes worth of the value specified by
+/// emitFill - Emit NumBytes bytes worth of the value specified by
/// FillValue. This implements directives such as '.space'.
----------------
Take the change to drop the name in the comment.
Repository:
rL LLVM
http://reviews.llvm.org/D20690
More information about the llvm-commits
mailing list