Add StandardPasses.h which embeds the standard compilation passes shared by
authorDaniel Dunbar <daniel@zuster.org>
Wed, 3 Jun 2009 17:52:39 +0000 (17:52 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 3 Jun 2009 17:52:39 +0000 (17:52 +0000)
commit04d5f44882b29e41a29aa59be14d69a69d0ddb23
tree0405f8b16d6e000dc68d474ea9eec0f0664b1599
parent4cb31436bd90ace0e41c6aad801371538996d8c7
Add StandardPasses.h which embeds the standard compilation passes shared by
clang/llvm-gcc.
 - Implemented as inline functions for linking simplicity.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72786 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/StandardPasses.h [new file with mode: 0644]