Make ArgumentPromotion handle recursive functions that pass pointers in their recursi...
authorOwen Anderson <resistor@mac.com>
Sat, 2 Sep 2006 21:19:44 +0000 (21:19 +0000)
committerOwen Anderson <resistor@mac.com>
Sat, 2 Sep 2006 21:19:44 +0000 (21:19 +0000)
commitb833e5ac3fc9230947cbdfd50c7d8782a0c17d60
treec62d141a5788fc27f5ee5e9e10c9d9b6c4c99ffa
parent5f450d2948ac5bd83a31fbfff89e17b0e2536a80
Make ArgumentPromotion handle recursive functions that pass pointers in their recursive calls.

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