Add a simple select instruction lowering pass
authorChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 18:41:10 +0000 (18:41 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Mar 2004 18:41:10 +0000 (18:41 +0000)
commit18bdbc3dda73081193fa1070021558ea0c79691d
tree979e944eae16675bff62a9b60834c55d47043b4f
parentfc33d30446843009b0eadf63c0bfca35ae2baac6
Add a simple select instruction lowering pass

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