From 330a12554249445b4bbe6e6a8385c23842794e0c Mon Sep 17 00:00:00 2001 From: Matthew Simpson Date: Thu, 19 May 2016 20:08:32 +0000 Subject: [ARM, AArch64] Properly initialize InterleavedAccessPass InterleavedAccessPass is an IR-level pass, so this change will enable testing it with opt. This is part of D20250. llvm-svn: 270101 --- llvm/lib/CodeGen/InterleavedAccessPass.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/CodeGen/InterleavedAccessPass.cpp') diff --git a/llvm/lib/CodeGen/InterleavedAccessPass.cpp b/llvm/lib/CodeGen/InterleavedAccessPass.cpp index 394499d5834..518e79543ba 100644 --- a/llvm/lib/CodeGen/InterleavedAccessPass.cpp +++ b/llvm/lib/CodeGen/InterleavedAccessPass.cpp @@ -58,10 +58,6 @@ static cl::opt LowerInterleavedAccesses( static unsigned MaxFactor; // The maximum supported interleave factor. -namespace llvm { -static void initializeInterleavedAccessPass(PassRegistry &); -} - namespace { class InterleavedAccess : public FunctionPass { -- cgit v1.2.3