OSDN Git Service

RegAllocGreedy: Properly initialize this pass, so that -run-pass will work
authorTom Stellard <thomas.stellard@amd.com>
Mon, 14 Nov 2016 21:50:13 +0000 (21:50 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 14 Nov 2016 21:50:13 +0000 (21:50 +0000)
commit107362cf5f2ce05e87e43cda247aa741137cedfe
tree21de78b4aebb40305b0a487552564dd56a504f4c
parentd84b0f9851ad50d8d2a8e7f3b09f5d9f13f7b6e7
RegAllocGreedy: Properly initialize this pass, so that -run-pass will work

Reviewers: qcolombet, MatzeB

Subscribers: wdng, llvm-commits

Differential Revision: https://reviews.llvm.org/D26572

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286895 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/Passes.h
include/llvm/InitializePasses.h
lib/CodeGen/CodeGen.cpp
lib/CodeGen/RegAllocGreedy.cpp
test/CodeGen/MIR/Generic/runPass.mir [new file with mode: 0644]