[all-commits] [llvm/llvm-project] 1aff29: [BOLT][NFC] Simplify successor check (#91980)

Nathan Sidwell via All-commits all-commits at lists.llvm.org
Tue May 14 06:38:54 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1aff294f6ef9c0a1a264c55d55e441e37a353f17
      https://github.com/llvm/llvm-project/commit/1aff294f6ef9c0a1a264c55d55e441e37a353f17
  Author: Nathan Sidwell <nathan at acm.org>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M bolt/lib/Core/BinaryBasicBlock.cpp

  Log Message:
  -----------
  [BOLT][NFC] Simplify successor check (#91980)

Remove excess parentheses and use `boolean ? true-case : false-case` idiom.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list