Add the CallInst optimizations that don't involve expanding inline assembly to
authorCameron Zwarich <zwarich@apple.com>
Thu, 6 Jan 2011 02:56:42 +0000 (02:56 +0000)
committerCameron Zwarich <zwarich@apple.com>
Thu, 6 Jan 2011 02:56:42 +0000 (02:56 +0000)
commit6cf34abe1c99e79565c75cd3e62755239463e574
tree13a7415c920ad36abca30d6b9f077abc5fccb800
parent865ae1a9e77920e07c4a6a992736109c2cd4fe02
Add the CallInst optimizations that don't involve expanding inline assembly to
OptimizeInst() so that they can be used on a worklist instruction.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122945 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/CodeGenPrepare.cpp