aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis
diff options
context:
space:
mode:
authorAnand Shukla <ashukla@cs.uiuc.edu>2002-08-26 16:45:19 +0000
committerAnand Shukla <ashukla@cs.uiuc.edu>2002-08-26 16:45:19 +0000
commite0b6b78e095f7dea9589e8df5ec4521e346ad005 (patch)
tree7e86c41923d7252a2dafae19b3d7c16be273028e /lib/Analysis
parent26199059268a05739c84ebf465fcdbf7ded861df (diff)
downloadexternal_llvm-e0b6b78e095f7dea9589e8df5ec4521e346ad005.zip
external_llvm-e0b6b78e095f7dea9589e8df5ec4521e346ad005.tar.gz
external_llvm-e0b6b78e095f7dea9589e8df5ec4521e346ad005.tar.bz2
Changed so it gets linked properly
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3508 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Analysis')
-rw-r--r--lib/Analysis/LoopInfo.cpp1
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();