Split AllOpts.h into lots of little .h files.
[oota-llvm.git] / include / llvm / ConstantHandling.h
index 4facdc38e1fe156184c8107fe634aadfd9fd7524..cf18ef8cea498059eed4fe2889e6b05938440da2 100644 (file)
@@ -39,6 +39,8 @@
 #include "llvm/Instruction.h"
 #include "llvm/Type.h"
 
+namespace opt {
+
 //===----------------------------------------------------------------------===//
 //  Implement == directly...
 //===----------------------------------------------------------------------===//
@@ -174,4 +176,5 @@ inline ConstPoolVal *ConstantFoldBinaryInstruction(unsigned Opcode,
   return 0;
 }
 
+} // end namespace opt
 #endif