From fe580aaa2be869b83eda177fb39b11b044b566d0 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Wed, 30 Jul 2014 01:23:45 +0000 Subject: [PATCH] Don't duplicate the function name in a comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214272 91177308-0d34-0410-b5e6-96231b3b80d8 --- tools/gold/gold-plugin.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/gold/gold-plugin.cpp b/tools/gold/gold-plugin.cpp index ac939ed6e33..06d295515f6 100644 --- a/tools/gold/gold-plugin.cpp +++ b/tools/gold/gold-plugin.cpp @@ -387,10 +387,9 @@ static bool mustPreserve(const claimed_file &F, int i) { 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 api_file; -- 2.34.1