New testcase for a regression last night: the -inline pass wasn't updating
authorChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:07:07 +0000 (20:07 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 14 Jan 2006 20:07:07 +0000 (20:07 +0000)
commit426b2455977432d014b6f60fae54da86713cd1fc
treebf603170ed84ef849c8478a7f4576176e5825151
parent4c2881ecb97ca9306396b74a61a6ce05f2b9a4f4
New testcase for a regression last night: the -inline pass wasn't updating
callgraph to include new edges do to inserted llvm.stacksave/llvm.stackrestore
calls.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25319 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/Inline/2006-01-14-CallGraphUpdate.ll [new file with mode: 0644]