Put all LLVM code into the llvm namespace, as per bug 109.
[oota-llvm.git] / lib / CodeGen / RegAlloc / LiveRangeInfo.h
index 5c5244bd62cfdd4c14da37a7589b3b8f5b8c9552..a8d0e7152f19f4cafa6cb466dcb6288a5207725e 100644 (file)
@@ -29,6 +29,8 @@
 #include "llvm/CodeGen/ValueSet.h"
 #include "Support/hash_map"
 
+namespace llvm {
+
 class LiveRange;
 class MachineInstr;
 class RegClass;
@@ -121,4 +123,6 @@ public:
   void printLiveRanges();
 };
 
+} // End llvm namespace
+
 #endif