diff options
author | Fraser Cormack <fraser@codeplay.com> | 2021-02-25 15:55:21 +0000 |
---|---|---|
committer | Fraser Cormack <fraser@codeplay.com> | 2021-02-25 15:55:21 +0000 |
commit | b368fc735d5a485ebf8ed455e078dafbccf27659 (patch) | |
tree | 1efb5f6894ef2262bf447cfd7cc2f282e77e54c7 | |
parent | 261f219ffc2ad0a0c7b45912e288ba6448911120 (diff) | |
download | llvm-b368fc735d5a485ebf8ed455e078dafbccf27659.zip llvm-b368fc735d5a485ebf8ed455e078dafbccf27659.tar.gz llvm-b368fc735d5a485ebf8ed455e078dafbccf27659.tar.bz2 |
[CodeGen] Format code comment to 80 columns. NFC.
-rw-r--r-- | llvm/include/llvm/CodeGen/ISDOpcodes.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/include/llvm/CodeGen/ISDOpcodes.h b/llvm/include/llvm/CodeGen/ISDOpcodes.h index e09dcae..dbe6f9e 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 |