When tail duplicating these functions, the add instruction should not be
authorChris Lattner <sabre@nondot.org>
Wed, 6 Oct 2004 03:26:38 +0000 (03:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 6 Oct 2004 03:26:38 +0000 (03:26 +0000)
commitfe386c4759cce2ea3eb2e664f27ee391b8acb37b
treefe1bffabfbb195e852b5e76c183261008c2de7f5
parent523001f1bb8e9b38a68813c083daf1fa0ce22c5f
When tail duplicating these functions, the add instruction should not be
duplicated, even though the block it is in is duplicated.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16757 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/TailDup/MergeTest.ll [new file with mode: 0644]