Add new interface that allows removal of some code from the code generators,
authorChris Lattner <sabre@nondot.org>
Sun, 28 Dec 2003 08:19:13 +0000 (08:19 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 28 Dec 2003 08:19:13 +0000 (08:19 +0000)
commit3f52c1561d70575b0003404e2c2210d6286f79a9
tree02cc0414b1693a44219f6ffb490761a6ccef4394
parentaa4c91ff9669244b873cadd37e86fb7e19c5e82c
Add new interface that allows removal of some code from the code generators,
provides for future extensibility, might help the LLVA project avoid having to
hack their own LLI, and provides support required for the experimental Venus
project.

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