diff options
author | Devang Patel <dpatel@apple.com> | 2008-05-05 19:44:16 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2008-05-05 19:44:16 +0000 |
commit | 698de320d8fb0ec95624b622a4d800a4fffd0206 (patch) | |
tree | bb81025fbc877a52ce9276989eb7f181811380c2 | |
parent | 3e58393c3de7cfdd218d3a3c2c350e138eb57c1b (diff) | |
download | bcm5719-llvm-698de320d8fb0ec95624b622a4d800a4fffd0206.tar.gz bcm5719-llvm-698de320d8fb0ec95624b622a4d800a4fffd0206.zip |
Remove unused function.
llvm-svn: 50664
-rw-r--r-- | llvm/include/llvm/Analysis/LoopInfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/include/llvm/Analysis/LoopInfo.h b/llvm/include/llvm/Analysis/LoopInfo.h index 0243a00df55..c2b1ac6e107 100644 --- a/llvm/include/llvm/Analysis/LoopInfo.h +++ b/llvm/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); |