Improve tail call elimination to handle the switch statement.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 7 Nov 2009 21:10:15 +0000 (21:10 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 7 Nov 2009 21:10:15 +0000 (21:10 +0000)
commitf80fcd00b3590626a6110fe5fbe9b5fd2a8be1ae
tree9090f3aa1b8170993671f2479436182b6ee9fc09
parentbf992817f28bdab09fe1d1349561efb0c89fb0dd
Improve tail call elimination to handle the switch statement.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86403 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/README.txt
lib/Transforms/Scalar/TailRecursionElimination.cpp
test/Transforms/TailCallElim/switch.ll [new file with mode: 0644]