Put all LLVM code into the llvm namespace, as per bug 109.
[oota-llvm.git] / include / llvm / Support / ToolRunner.h
index e23ec7f312d65ae043a1836c47457965d79a50c9..8ce3f5d8f37cce65c77a63f8f230b2f02d4c3b62 100644 (file)
@@ -20,6 +20,8 @@
 #include "Support/SystemUtils.h"
 #include <vector>
 
+namespace llvm {
+
 class CBE;
 class LLC;
 
@@ -137,4 +139,6 @@ public:
   int OutputAsm(const std::string &Bytecode, std::string &OutputAsmFile);
 };
 
+} // End llvm namespace
+
 #endif