diff options
Diffstat (limited to 'lib/Analysis')
-rw-r--r-- | lib/Analysis/LoopInfo.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Analysis/LoopInfo.cpp b/lib/Analysis/LoopInfo.cpp index a2f2cce..fbd06c1 100644 --- a/lib/Analysis/LoopInfo.cpp +++ b/lib/Analysis/LoopInfo.cpp @@ -40,6 +40,7 @@ void Loop::print(std::ostream &OS) const { //===----------------------------------------------------------------------===// // LoopInfo implementation // +void LoopInfo::stub() {} bool LoopInfo::runOnFunction(Function &) { releaseMemory(); |