mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-04 02:24:29 +00:00
Explicitly initialize some instance vars
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24247 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -402,7 +402,8 @@ private:
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
// Ctor.
|
// Ctor.
|
||||||
NodeGroupOpIterator(NodeInfo *N) : NI(N), GI(N) {}
|
NodeGroupOpIterator(NodeInfo *N)
|
||||||
|
: NI(N), GI(N), OI(SDNode::op_iterator()), OE(SDNode::op_iterator()) {}
|
||||||
|
|
||||||
/// isEnd - Returns true when not more operands are available.
|
/// isEnd - Returns true when not more operands are available.
|
||||||
///
|
///
|
||||||
|
Reference in New Issue
Block a user