Skip to content

Commit 7171a9c

Browse files
authored
[SelectionDAG] Fix typo in comment glueged->glued. NFC (#167006)
This was the result of a search and replace when "flag" was renamed to "glue". This originally said "flagged".
1 parent caed089 commit 7171a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2448,7 +2448,7 @@ bool SelectionDAGISel::IsLegalToFold(SDValue N, SDNode *U, SDNode *Root,
24482448
// a cycle in the scheduling graph.
24492449

24502450
// If the node has glue, walk down the graph to the "lowest" node in the
2451-
// glueged set.
2451+
// glued set.
24522452
EVT VT = Root->getValueType(Root->getNumValues()-1);
24532453
while (VT == MVT::Glue) {
24542454
SDNode *GU = Root->getGluedUser();

0 commit comments

Comments
 (0)