[CodeGen] Format code comment to 80 columns. NFC.
This commit is contained in:
parent
261f219ffc
commit
b368fc735d
|
|
@ -1044,7 +1044,8 @@ enum NodeType {
|
|||
/// DEBUGTRAP - Trap intended to get the attention of a debugger.
|
||||
DEBUGTRAP,
|
||||
|
||||
/// UBSANTRAP - Trap with an immediate describing the kind of sanitizer failure.
|
||||
/// UBSANTRAP - Trap with an immediate describing the kind of sanitizer
|
||||
/// failure.
|
||||
UBSANTRAP,
|
||||
|
||||
/// PREFETCH - This corresponds to a prefetch intrinsic. The first operand
|
||||
|
|
|
|||
Loading…
Reference in New Issue