mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-03 14:08:57 +00:00
[LCG] One more formatting fix that I failed to get into the prior
commit. Sorry for the churn, just trying to keep it out of any functionality changed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@203438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
436906ab3c
commit
673fbf14a6
@ -101,7 +101,7 @@ class LazyCallGraph {
|
|||||||
public:
|
public:
|
||||||
class Node;
|
class Node;
|
||||||
typedef SmallVector<PointerUnion<Function *, Node *>, 4> NodeVectorT;
|
typedef SmallVector<PointerUnion<Function *, Node *>, 4> NodeVectorT;
|
||||||
typedef SmallVectorImpl<PointerUnion<Function *, Node *> > NodeVectorImplT;
|
typedef SmallVectorImpl<PointerUnion<Function *, Node *>> NodeVectorImplT;
|
||||||
|
|
||||||
/// \brief A lazy iterator used for both the entry nodes and child nodes.
|
/// \brief A lazy iterator used for both the entry nodes and child nodes.
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user