New LLVM pass: argument promotion. This version only handles simple scalar
authorChris Lattner <sabre@nondot.org>
Sun, 7 Mar 2004 21:29:54 +0000 (21:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 7 Mar 2004 21:29:54 +0000 (21:29 +0000)
commited570a7dca45e001a6223e2a25d034b838934f88
tree46a13875c65ac9cd6de9f414f582817443c421a0
parentb9f266a609f153289d37fcffcd35b90a0718cca1
New LLVM pass: argument promotion.  This version only handles simple scalar
variables.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12193 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/ArgumentPromotion.cpp [new file with mode: 0644]