[llvm] r214272 - Don't duplicate the function name in a comment.

Rafael Espindola rafael.espindola at gmail.com
Tue Jul 29 18:23:45 PDT 2014


Author: rafael
Date: Tue Jul 29 20:23:45 2014
New Revision: 214272

URL: http://llvm.org/viewvc/llvm-project?rev=214272&view=rev
Log:
Don't duplicate the function name in a comment.

Modified:
    llvm/trunk/tools/gold/gold-plugin.cpp

Modified: llvm/trunk/tools/gold/gold-plugin.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/gold/gold-plugin.cpp?rev=214272&r1=214271&r2=214272&view=diff
==============================================================================
--- llvm/trunk/tools/gold/gold-plugin.cpp (original)
+++ llvm/trunk/tools/gold/gold-plugin.cpp Tue Jul 29 20:23:45 2014
@@ -387,10 +387,9 @@ static bool mustPreserve(const claimed_f
   return false;
 }
 
-/// all_symbols_read_hook - gold informs us that all symbols have been read.
-/// At this point, we use get_symbols to see if any of our definitions have
-/// been overridden by a native object file. Then, perform optimization and
-/// codegen.
+/// gold informs us that all symbols have been read. At this point, we use
+/// get_symbols to see if any of our definitions have been overridden by a
+/// native object file. Then, perform optimization and codegen.
 static ld_plugin_status all_symbols_read_hook(void) {
   // FIXME: raw_fd_ostream should be able to represent an unopened file.
   std::unique_ptr<raw_fd_ostream> api_file;





More information about the llvm-commits mailing list