Restructure PEI code:
authorJohn Mosby <ojomojo@gmail.com>
Tue, 12 May 2009 20:33:29 +0000 (20:33 +0000)
committerJohn Mosby <ojomojo@gmail.com>
Tue, 12 May 2009 20:33:29 +0000 (20:33 +0000)
commit378553cb079aba2b8dee5d52b5166316d4132d5a
tree5e827face282e22e5a2a68b3a23a09d7f14bf04b
parente1e201416ae8ab40d31d223c5d560ee0f635e05a
Restructure PEI code:

- moved shrink wrapping code from PrologEpilogInserter.cpp to
  new file ShrinkWrapping.cpp.

- moved PEI pass definition into new shared header PEI.h.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@71588 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/PEI.h [new file with mode: 0644]
lib/CodeGen/PrologEpilogInserter.cpp
lib/CodeGen/ShrinkWrapping.cpp [new file with mode: 0644]