Skip to content

Commit 0b29c3c

Browse files
[Hexagon] Remove redundant declarations (NFC) (llvm#166507)
These two functions are decalred in Hexagon.h. Identified with readability-redundant-declaration.
1 parent ab02808 commit 0b29c3c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

llvm/lib/Target/Hexagon/HexagonQFPOptimizer.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,6 @@ const std::map<unsigned short, unsigned short> QFPInstMap{
104104
{Hexagon::V6_vmpy_qf32_sf, Hexagon::V6_vmpy_qf32}};
105105
} // namespace
106106

107-
namespace llvm {
108-
109-
FunctionPass *createHexagonQFPOptimizer();
110-
void initializeHexagonQFPOptimizerPass(PassRegistry &);
111-
112-
} // namespace llvm
113-
114107
namespace {
115108

116109
struct HexagonQFPOptimizer : public MachineFunctionPass {

0 commit comments

Comments
 (0)