commit | 64a6727d02cd12b1ae85e50b236cfc17b6dd3ee3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 25 16:31:09 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 25 16:31:09 2002 +0000 |
tree | a912906044838cb0492b63438ec00f46369134de | |
parent | 42f1d37e7502af8027ef4a2acc8de95301f1a785 [diff] [blame] |
*** empty log message *** llvm-svn: 3087
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index 01be7eb..9fbfea7 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/tools/opt/opt.cpp
@@ -20,7 +20,7 @@ #include <algorithm> using std::cerr; - +using std::string; //===----------------------------------------------------------------------===// // PassNameParser class - Make use of the pass registration mechanism to