Skip to content

Commit b368fc7

Browse files
committed
[CodeGen] Format code comment to 80 columns. NFC.
1 parent 261f219 commit b368fc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/include/llvm/CodeGen/ISDOpcodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,8 @@ enum NodeType {
10441044
/// DEBUGTRAP - Trap intended to get the attention of a debugger.
10451045
DEBUGTRAP,
10461046

1047-
/// UBSANTRAP - Trap with an immediate describing the kind of sanitizer failure.
1047+
/// UBSANTRAP - Trap with an immediate describing the kind of sanitizer
1048+
/// failure.
10481049
UBSANTRAP,
10491050

10501051
/// PREFETCH - This corresponds to a prefetch intrinsic. The first operand

0 commit comments

Comments
 (0)