Mark MDNode::getOperand as readonly.
[oota-llvm.git] / unittests / ADT / DeltaAlgorithmTest.cpp
index 362892207f50958685efa7d27b272a6565ea732a..a1884cd8f3a146104ce0670f04c729238f45a5be 100644 (file)
@@ -13,6 +13,8 @@
 #include <cstdarg>
 using namespace llvm;
 
+namespace std {
+
 std::ostream &operator<<(std::ostream &OS,
                          const std::set<unsigned> &S) {
   OS << "{";
@@ -26,6 +28,8 @@ std::ostream &operator<<(std::ostream &OS,
   return OS;
 }
 
+}
+
 namespace {
 
 class FixedDeltaAlgorithm : public DeltaAlgorithm {