mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Move typedef of loop to top of the file where it is more obvious.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45857 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
131bd2ecf7
commit
fadcd4e60b
@ -57,6 +57,9 @@ class LoopInfo;
|
||||
class PHINode;
|
||||
class Instruction;
|
||||
template<class N> class LoopInfoBase;
|
||||
template<class N> class LoopBase;
|
||||
|
||||
typedef LoopBase<BasicBlock> Loop;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// LoopBase class - Instances of this class are used to represent loops that
|
||||
@ -552,8 +555,6 @@ private:
|
||||
}
|
||||
};
|
||||
|
||||
typedef LoopBase<BasicBlock> Loop;
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
/// LoopInfo - This class builds and contains all of the top level loop
|
||||
|
Loading…
Reference in New Issue
Block a user