Do not delete the entry block to a function.
[oota-llvm.git] / lib / Analysis / AliasSetTracker.cpp
index b277634e6c58ccf27fc9de038bd6b5c7cd305157..85937adb3896bf3222a03b9e918a68fcb598cf41 100644 (file)
@@ -539,7 +539,7 @@ namespace {
     }
 
     /// print - Convert to human readable form
-    virtual void print(std::ostream &OS) const {
+    virtual void print(std::ostream &OS, const Module* = 0) const {
       Tracker->print(OS);
     }