Skip to content

Commit f5095e9

Browse files
committed
Reinserting accidental whitespace removal
1 parent d6e99ad commit f5095e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2469,6 +2469,7 @@ bool SelectionDAGISel::IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
24692469

24702470
void SelectionDAGISel::Select_INLINEASM(SDNode *N) {
24712471
SDLoc DL(N);
2472+
24722473
std::vector<SDValue> Ops(N->op_begin(), N->op_end());
24732474
SelectInlineAsmMemoryOperands(Ops, DL);
24742475

0 commit comments

Comments
 (0)