llvm/test/Transforms
Duncan P. N. Exon Smith 15709846d4 ValueMapper: Fix delayed blockaddress handling after r265273
r265273 added Mapper::mapBlockAddress, which delays mapping a
blockaddress value until the function has a body.  The condition was
backwards, and should be checking Function::empty instead of
GlobalValue::isDeclaration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@265508 91177308-0d34-0410-b5e6-96231b3b80d8
2016-04-06 02:25:12 +00:00
..
2016-03-29 06:49:38 +00:00
2016-01-29 22:35:36 +00:00
2015-12-14 18:34:23 +00:00