diff options
Diffstat (limited to 'include/llvm/Analysis/DataStructure.h')
-rw-r--r-- | include/llvm/Analysis/DataStructure.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/Analysis/DataStructure.h b/include/llvm/Analysis/DataStructure.h index c611574ead..dda0adb214 100644 --- a/include/llvm/Analysis/DataStructure.h +++ b/include/llvm/Analysis/DataStructure.h @@ -342,7 +342,7 @@ public: } // print - Print out the analysis results... - void print(std::ostream &O, Module *M) const; + void print(std::ostream &O, const Module *M) const; // If the pass pipeline is done with this pass, we can release our memory... virtual void releaseMemory(); @@ -377,7 +377,7 @@ public: } // print - Print out the analysis results... - void print(std::ostream &O, Module *M) const; + void print(std::ostream &O, const Module *M) const; // If the pass pipeline is done with this pass, we can release our memory... virtual void releaseMemory(); @@ -419,7 +419,7 @@ public: } // print - Print out the analysis results... - void print(std::ostream &O, Module *M) const; + void print(std::ostream &O, const Module *M) const; // If the pass pipeline is done with this pass, we can release our memory... virtual void releaseMemory(); |