Start using the new function cloning header
[oota-llvm.git] / lib / Analysis / Interval.cpp
index 8ba8980a47ebdea427e84e0abd95ba2028daf95a..b966c99574d35e2476bd8be818bd0e7e9ff8b405 100644 (file)
@@ -27,7 +27,7 @@ bool Interval::isLoop() const {
 }
 
 
-void Interval::print(ostream &o) const {
+void Interval::print(std::ostream &o) const {
   o << "-------------------------------------------------------------\n"
        << "Interval Contents:\n";