[llvm] b368fc7 - [CodeGen] Format code comment to 80 columns. NFC.
Fraser Cormack via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 25 08:03:45 PST 2021
Author: Fraser Cormack
Date: 2021-02-25T15:55:21Z
New Revision: b368fc735d5a485ebf8ed455e078dafbccf27659
URL: https://github.com/llvm/llvm-project/commit/b368fc735d5a485ebf8ed455e078dafbccf27659
DIFF: https://github.com/llvm/llvm-project/commit/b368fc735d5a485ebf8ed455e078dafbccf27659.diff
LOG: [CodeGen] Format code comment to 80 columns. NFC.
Added:
Modified:
llvm/include/llvm/CodeGen/ISDOpcodes.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h
index e09dcaec46b3..dbe6f9e9e909 100644
--- a/llvm/include/llvm/CodeGen/ISDOpcodes.h
+++ b/llvm/include/llvm/CodeGen/ISDOpcodes.h
@@ -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
More information about the llvm-commits
mailing list