Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.
authorChris Lattner <sabre@nondot.org>
Sat, 31 Mar 2007 04:06:36 +0000 (04:06 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 31 Mar 2007 04:06:36 +0000 (04:06 +0000)
commitdbe0deca339585dfbaed5951ef0ca2c6a0df173c
treeffc084b3987295cbaa43c84a62a00b17a3451d91
parentd2f340b746e54fca27b654fd6740973fdf6b85f1
Split the sdisel code munging stuff out into its own opt-pass, CodeGenPrepare.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35528 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/LinkAllPasses.h
include/llvm/Transforms/Scalar.h
lib/Transforms/Scalar/CodeGenPrepare.cpp [new file with mode: 0644]