summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/LiveIntervalAnalysis.h
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-07 04:03:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-07 04:03:45 +0000
commitce9653ce449f1409815547e1bf60abcd1332d2c9 (patch)
tree15be737ca897bafc75763e98342aeeabebb20797 /include/llvm/CodeGen/LiveIntervalAnalysis.h
parentead87b671278379f92890fddd859a301bb68f462 (diff)
downloadllvm-ce9653ce449f1409815547e1bf60abcd1332d2c9.tar.gz
llvm-ce9653ce449f1409815547e1bf60abcd1332d2c9.tar.bz2
llvm-ce9653ce449f1409815547e1bf60abcd1332d2c9.tar.xz
For PR387:\
Make only one print method to avoid overloaded virtual warnings when \ compiled with -Woverloaded-virtual git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18589 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/LiveIntervalAnalysis.h')
-rw-r--r--include/llvm/CodeGen/LiveIntervalAnalysis.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/LiveIntervalAnalysis.h b/include/llvm/CodeGen/LiveIntervalAnalysis.h
index 036ca132d2..815600861f 100644
--- a/include/llvm/CodeGen/LiveIntervalAnalysis.h
+++ b/include/llvm/CodeGen/LiveIntervalAnalysis.h
@@ -128,7 +128,7 @@ namespace llvm {
virtual bool runOnMachineFunction(MachineFunction&);
/// print - Implement the dump method.
- virtual void print(std::ostream &O) const;
+ virtual void print(std::ostream &O, const Module* = 0) const;
private:
/// computeIntervals - compute live intervals