summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-07-25 15:00:45 +0000
committerChris Lattner <sabre@nondot.org>2002-07-25 15:00:45 +0000
commitc6a4bf1251f3dc44d2164c0847ce0b19ed7409a2 (patch)
treeef0f77705b3b648297819912eeabac859a66255b /tools
parentde32fedb8c6ec95258dd9e3c104f0e7e49f283cd (diff)
downloadllvm-c6a4bf1251f3dc44d2164c0847ce0b19ed7409a2.tar.gz
llvm-c6a4bf1251f3dc44d2164c0847ce0b19ed7409a2.tar.bz2
llvm-c6a4bf1251f3dc44d2164c0847ce0b19ed7409a2.tar.xz
*** empty log message ***
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3077 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/as/as.cpp1
-rw-r--r--tools/llvm-as/as.cpp1
-rw-r--r--tools/llvm-as/llvm-as.cpp1
3 files changed, 3 insertions, 0 deletions
diff --git a/tools/as/as.cpp b/tools/as/as.cpp
index c66dd598b9..36f8456878 100644
--- a/tools/as/as.cpp
+++ b/tools/as/as.cpp
@@ -17,6 +17,7 @@
#include <fstream>
#include <memory>
using std::cerr;
+using std::string;
static cl::opt<string>
InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
diff --git a/tools/llvm-as/as.cpp b/tools/llvm-as/as.cpp
index c66dd598b9..36f8456878 100644
--- a/tools/llvm-as/as.cpp
+++ b/tools/llvm-as/as.cpp
@@ -17,6 +17,7 @@
#include <fstream>
#include <memory>
using std::cerr;
+using std::string;
static cl::opt<string>
InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index c66dd598b9..36f8456878 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -17,6 +17,7 @@
#include <fstream>
#include <memory>
using std::cerr;
+using std::string;
static cl::opt<string>
InputFilename(cl::Positional, cl::desc("<input .llvm file>"), cl::init("-"));