forked from OSchip/llvm-project
[Aarch64] Remove redundant declaration initializeSVEIntrinsicOptsPass (NFC)
The function is declared in AArch64.h. Identified with readability-redundant-declaration.
This commit is contained in:
parent
683e6ee7d0
commit
f1d562952e
|
@ -40,10 +40,6 @@ using namespace llvm::PatternMatch;
|
|||
|
||||
#define DEBUG_TYPE "aarch64-sve-intrinsic-opts"
|
||||
|
||||
namespace llvm {
|
||||
void initializeSVEIntrinsicOptsPass(PassRegistry &);
|
||||
}
|
||||
|
||||
namespace {
|
||||
struct SVEIntrinsicOpts : public ModulePass {
|
||||
static char ID; // Pass identification, replacement for typeid
|
||||
|
|
Loading…
Reference in New Issue