forked from OSchip/llvm-project
[Scalar] Remove a redundant declaration (NFC)
InitializePasses.h contains the proper declaration. Identified with readability-redundant-declaration.
This commit is contained in:
parent
e47a224ccf
commit
732e8968a8
|
@ -250,12 +250,6 @@ public:
|
|||
|
||||
char InferAddressSpaces::ID = 0;
|
||||
|
||||
namespace llvm {
|
||||
|
||||
void initializeInferAddressSpacesPass(PassRegistry &);
|
||||
|
||||
} // end namespace llvm
|
||||
|
||||
INITIALIZE_PASS_BEGIN(InferAddressSpaces, DEBUG_TYPE, "Infer address spaces",
|
||||
false, false)
|
||||
INITIALIZE_PASS_DEPENDENCY(AssumptionCacheTracker)
|
||||
|
|
Loading…
Reference in New Issue