Do not crash when dealing with invoke and unwind instructions!
[oota-llvm.git] / tools / bugpoint / ListReducer.h
index 0ab2ef9927ac5787efbd91215839c23dbf69e47f..0ad24065cf3cf9e7fea34852e710df1aa2a97ba3 100644 (file)
@@ -17,6 +17,8 @@
 
 #include <vector>
 
+namespace llvm {
+
 template<typename ElTy>
 struct ListReducer {
   enum TestResult {
@@ -109,4 +111,6 @@ struct ListReducer {
   }
 };
 
+} // End llvm namespace
+
 #endif