switch an std::string to StringRef, shaving 400 bytes off CommandLine.o
authorChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:48:01 +0000 (05:48 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Sep 2009 05:48:01 +0000 (05:48 +0000)
commit043b8b5bb2a54133549fbf08e78345a5d086328a
tree054acf41e4ce7258c2fc6902a7a4b2bb68172740
parent8de003663db10137a6c3f3af284317295b9afac6
switch an std::string to StringRef, shaving 400 bytes off CommandLine.o

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82370 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/CommandLine.cpp