Use the new BYTECODE_DESTINATION to override the default bytecode install
[oota-llvm.git] / lib / Analysis / IntervalPartition.cpp
index 4f178f4f64f8c2bf21c1e1a9af32913a58a8fc3f..eb2c06cc64c427f91123e3a38ae12127fe0f2f92 100644 (file)
@@ -32,7 +32,7 @@ void IntervalPartition::destroy() {
   RootInterval = 0;
 }
 
-void IntervalPartition::print(std::ostream &O) const {
+void IntervalPartition::print(std::ostream &O, const Module*) const {
   std::copy(Intervals.begin(), Intervals.end(),
             std::ostream_iterator<const Interval *>(O, "\n"));
 }