[all-commits] [llvm/llvm-project] ad2449: [BOLT] Remove duplicate types (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Sep 18 16:23:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad2449f37533dc835a2493a61e9c79d062284c91
https://github.com/llvm/llvm-project/commit/ad2449f37533dc835a2493a61e9c79d062284c91
Author: Kazu Hirata <kazu at google.com>
Date: 2022-09-18 (Sun, 18 Sep 2022)
Changed paths:
M bolt/include/bolt/Core/BinaryContext.h
Log Message:
-----------
[BOLT] Remove duplicate types (NFC)
This patch, a follow-up for 588628de3e954d8029b20841aceb612e328ae104,
removes duplicate types like T and PointerT in favor of reference and
pointer, respectively.
More information about the All-commits
mailing list