summaryrefslogtreecommitdiffstats
path: root/lld/include/lld
diff options
context:
space:
mode:
authorRui Ueyama <ruiu@google.com>2017-01-06 10:04:35 +0000
committerRui Ueyama <ruiu@google.com>2017-01-06 10:04:35 +0000
commitb4c63caf7660ba62e13da05b09886cf84bb0cf2c (patch)
tree3df8aa773758b47c0d42414cae0cd0a40af292e4 /lld/include/lld
parentce039266c11a521f6702f413e04875c29d340822 (diff)
downloadbcm5719-llvm-b4c63caf7660ba62e13da05b09886cf84bb0cf2c.tar.gz
bcm5719-llvm-b4c63caf7660ba62e13da05b09886cf84bb0cf2c.zip
Rename lld::stringize -> lld::toString.
llvm-svn: 291223
Diffstat (limited to 'lld/include/lld')
-rw-r--r--lld/include/lld/Core/Reproduce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/include/lld/Core/Reproduce.h b/lld/include/lld/Core/Reproduce.h
index 12bbf06466f..6e1d36a5491 100644
--- a/lld/include/lld/Core/Reproduce.h
+++ b/lld/include/lld/Core/Reproduce.h
@@ -33,7 +33,7 @@ std::string quote(StringRef S);
std::string rewritePath(StringRef S);
// Returns the string form of the given argument.
-std::string stringize(llvm::opt::Arg *Arg);
+std::string toString(llvm::opt::Arg *Arg);
}
#endif
OpenPOWER on IntegriCloud