[SelectionDAG] Move variable declaration to its first assignment. NFC
We declared this variable and assigned it to true, but then overwrote it before its first use.
Loading
Please sign in to comment
We declared this variable and assigned it to true, but then overwrote it before its first use.