OSDN Git Service

Add a MachinePostDominator pass
authorTom Stellard <thomas.stellard@amd.com>
Mon, 17 Sep 2012 14:08:37 +0000 (14:08 +0000)
committerTom Stellard <thomas.stellard@amd.com>
Mon, 17 Sep 2012 14:08:37 +0000 (14:08 +0000)
commita52c3acc14062a7c2220cedb9f75531bf730eda8
tree7b850395aa1bc0c80f36e5022e9748da2401106f
parent9b7ca410621f6988b2d4203b90058dd4252848a8
Add a MachinePostDominator pass

This is used in the AMDIL and R600 backends.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164029 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachinePostDominators.h [new file with mode: 0644]
include/llvm/InitializePasses.h
lib/CodeGen/CMakeLists.txt
lib/CodeGen/CodeGen.cpp
lib/CodeGen/MachinePostDominators.cpp [new file with mode: 0644]