diff options
author | Owen Anderson <resistor@mac.com> | 2007-11-14 02:33:58 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2007-11-14 02:33:58 +0000 |
commit | 019b92a70c11319f5ab96c9f5e66e4e111a972f8 (patch) | |
tree | fd0d99f80ea76706e99493608a230360ec8d5ddb /include/llvm/Analysis/LoopPass.h | |
parent | ffb15de60e839635d8628b0f4543638239bee39a (diff) |
Start the process of making MachineLoopInfo possible by templating Loop.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44097 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Analysis/LoopPass.h')
-rw-r--r-- | include/llvm/Analysis/LoopPass.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/llvm/Analysis/LoopPass.h b/include/llvm/Analysis/LoopPass.h index 6d6d94c71d..b945b9907f 100644 --- a/include/llvm/Analysis/LoopPass.h +++ b/include/llvm/Analysis/LoopPass.h @@ -23,7 +23,6 @@ namespace llvm { class LPPassManager; -class Loop; class Function; class LoopPass : public Pass { |