Reenable tail duplication of bb with just an unconditional jump, but
commitd6379a993c7e40521bd5c8c6469e32697b4c41d1
authorRafael Espindola <rafael.espindola@gmail.com>
Wed, 22 Jun 2011 22:31:57 +0000 (22 22:31 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Wed, 22 Jun 2011 22:31:57 +0000 (22 22:31 +0000)
tree063179526e004e4912c3a7114a94378d05d80f5e
parentaa0a8f317791b4de07a6c7a2b9705c4183052b54
Reenable tail duplication of bb with just an unconditional jump, but
don't remove blocks that have their address taken.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133659 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TailDuplication.cpp
test/CodeGen/X86/tail-dup-addr.ll [new file with mode: 0644]