[all-commits] [llvm/llvm-project] 9a640a: [AArch64] Remove redundant declaration createAArch...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Wed Sep 29 09:09:24 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9a640a1cb8806353233341bf855cf1508c50f880
https://github.com/llvm/llvm-project/commit/9a640a1cb8806353233341bf855cf1508c50f880
Author: Kazu Hirata <kazu at google.com>
Date: 2021-09-29 (Wed, 29 Sep 2021)
Changed paths:
M llvm/lib/Target/AArch64/MCTargetDesc/AArch64MCTargetDesc.h
Log Message:
-----------
[AArch64] Remove redundant declaration createAArch64ObjectTargetStreamer (NFC)
Note that createAArch64ObjectTargetStreamer is declared in
AArch64TargetStreamer.h and defined in AArch64TargetStreamer.cpp.
Identified with readability-redundant-declaration.
More information about the All-commits
mailing list