Skip to content

Commit a55959a

Browse files
committed
clang-format
1 parent b87a1b3 commit a55959a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Target/Hexagon/HexagonSelectionDAGInfo.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ enum NodeType : unsigned {
5555
ISEL, // Marker for nodes that were created during ISel, and
5656
// which need explicit selection (would have been left
5757
// unselected otherwise).
58-
// clang-format on
5958
};
6059

6160
} // namespace HexagonISD
@@ -77,6 +76,6 @@ class HexagonSelectionDAGInfo : public SelectionDAGGenTargetInfo {
7776
MachinePointerInfo SrcPtrInfo) const override;
7877
};
7978

80-
}
79+
} // namespace llvm
8180

8281
#endif

0 commit comments

Comments
 (0)