[PATCH] D110747: [NFC] Restore magic and magicu to a globally visible location

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 12:33:59 PDT 2021


ctetreau added inline comments.


================
Comment at: llvm/include/llvm/Support/DivisionMagic.h:12
+//===----------------------------------------------------------------------===//
+
+#include "llvm/ADT/APInt.h"
----------------
bogner wrote:
> Please use the usual include guards (`LLVM_SUPPORT_DIVISIONMAGIC_H` etc)
OMG, It's like I've never written C++ before! How embarrasing :(


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110747/new/

https://reviews.llvm.org/D110747



More information about the llvm-commits mailing list