Skip to content

Commit 9efe517

Browse files
[Hexagon] Remove redundant declarations (NFC) (#168014)
These functions are declared in Hexagon.h. Identified with readability-redundant-declaration.
1 parent daa1b60 commit 9efe517

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Target/Hexagon/HexagonQFPOptimizer.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,6 @@ const std::map<unsigned short, unsigned short> QFPInstMap{
112112
{Hexagon::V6_vneg_qf16_hf, Hexagon::V6_vneg_qf16_qf16}};
113113
} // namespace
114114

115-
namespace llvm {
116-
FunctionPass *createHexagonQFPOptimizer();
117-
void initializeHexagonQFPOptimizerPass(PassRegistry &);
118-
} // namespace llvm
119-
120115
namespace {
121116
struct HexagonQFPOptimizer : public MachineFunctionPass {
122117
public:

0 commit comments

Comments
 (0)