aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-05-05 19:44:16 +0000
committerDevang Patel <dpatel@apple.com>2008-05-05 19:44:16 +0000
commitbe5918c079c208af24fa3501f883ecceb6e6ae02 (patch)
treeda0d681d1d7981e0e1351d5528e76f21527678e8
parent63307c335aa08b0d6a75f81d64d79af7e90eb78b (diff)
downloadexternal_llvm-be5918c079c208af24fa3501f883ecceb6e6ae02.zip
external_llvm-be5918c079c208af24fa3501f883ecceb6e6ae02.tar.gz
external_llvm-be5918c079c208af24fa3501f883ecceb6e6ae02.tar.bz2
Remove unused function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50664 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/llvm/Analysis/LoopInfo.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/Analysis/LoopInfo.h b/include/llvm/Analysis/LoopInfo.h
index 0243a00..c2b1ac6 100644
--- a/include/llvm/Analysis/LoopInfo.h
+++ b/include/llvm/Analysis/LoopInfo.h
@@ -920,9 +920,6 @@ public:
return LI->isLoopHeader(BB);
}
- /// isAnalysis - Return true if this pass is implementing an analysis pass.
- bool isAnalysis() const { return true; }
-
/// runOnFunction - Calculate the natural loop information.
///
virtual bool runOnFunction(Function &F);