Changed so it gets linked properly


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3508 91177308-0d34-0410-b5e6-96231b3b80d8
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 @@
 //===----------------------------------------------------------------------===//
 // LoopInfo implementation
 //
+void LoopInfo::stub() {}
 
 bool LoopInfo::runOnFunction(Function &) {
   releaseMemory();