diff options
author | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-10-06 15:38:53 +0000 |
---|---|---|
committer | Matt Arsenault <Matthew.Arsenault@amd.com> | 2016-10-06 15:38:53 +0000 |
commit | 36919a4f7c3e8d38c2db427b6957d6402a3f8322 (patch) | |
tree | 6cbf20583d1d59c343575c1806bdcdea097e1e82 /llvm/lib/CodeGen/CodeGen.cpp | |
parent | 0a3ea89e85c8ccbe4425b97377e5ad67843f4cf2 (diff) | |
download | llvm-36919a4f7c3e8d38c2db427b6957d6402a3f8322.zip llvm-36919a4f7c3e8d38c2db427b6957d6402a3f8322.tar.gz llvm-36919a4f7c3e8d38c2db427b6957d6402a3f8322.tar.bz2 |
Move AArch64BranchRelaxation to generic code
llvm-svn: 283459
Diffstat (limited to 'llvm/lib/CodeGen/CodeGen.cpp')
-rw-r--r-- | llvm/lib/CodeGen/CodeGen.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/CodeGen.cpp b/llvm/lib/CodeGen/CodeGen.cpp index 59f52ba..a1592d7 100644 --- a/llvm/lib/CodeGen/CodeGen.cpp +++ b/llvm/lib/CodeGen/CodeGen.cpp @@ -22,6 +22,7 @@ using namespace llvm; void llvm::initializeCodeGen(PassRegistry &Registry) { initializeAtomicExpandPass(Registry); initializeBranchFolderPassPass(Registry); + initializeBranchRelaxationPass(Registry); initializeCodeGenPreparePass(Registry); initializeCountingFunctionInserterPass(Registry); initializeDeadMachineInstructionElimPass(Registry); |