[all-commits] [llvm/llvm-project] 480a5a: IR: move the declaration of `VerifyDomInfo` (NFC)
Saleem Abdulrasool via All-commits
all-commits at lists.llvm.org
Wed Sep 8 08:36:59 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 480a5a2d96c59572a1900d42aca50953ddc11055
https://github.com/llvm/llvm-project/commit/480a5a2d96c59572a1900d42aca50953ddc11055
Author: Saleem Abdulrasool <compnerd at compnerd.org>
Date: 2021-09-08 (Wed, 08 Sep 2021)
Changed paths:
M llvm/include/llvm/IR/Dominators.h
M llvm/include/llvm/Support/Debug.h
Log Message:
-----------
IR: move the declaration of `VerifyDomInfo` (NFC)
This moves the declaration of `VerifyDomInfo` into
`llvm/IR/Dominators.h` from `llvm/Support/Debug.h`. Although this is a
debugging utility, the definition of the symbol is in LLVMIR, not in
LLVMSupport. This moves the declaration to the containing modules'
header.
Reviewed By: rnk, mehdhi_amini
Differential Revision: https://reviews.llvm.org/D109395
More information about the All-commits
mailing list