Start using the nicer terminator auto-insertion API
[oota-llvm.git] / lib / Transforms / ExprTypeConvert.cpp
index d3e9287de47f1438740d3ab3b374dbeef8d1af05..970be52aa418e0a63e06a78aeb870151f2e52226 100644 (file)
@@ -23,6 +23,8 @@
 #include "Support/Debug.h"
 #include <algorithm>
 
+namespace llvm {
+
 static bool OperandConvertibleToType(User *U, Value *V, const Type *Ty,
                                      ValueTypeCache &ConvertedTypes,
                                      const TargetData &TD);
@@ -1298,3 +1300,5 @@ ValueHandle::~ValueHandle() {
     //                << Operands[0]->use_size() << " " << Operands[0]);
   }
 }
+
+} // End llvm namespace