OSDN Git Service

replace a slow and verbose version of Instruction::isUsedOutsideOfBlock with
authorChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 22:18:22 +0000 (22:18 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2008 22:18:22 +0000 (22:18 +0000)
commit0cfe85be0b805d7747b95b8908f371cc2f240949
treecf1ac57deb4ae2e34814d022d84706bbcd781385
parent7ae40e7d8ac43feaa5b3107e02c9b3a77fe729f2
replace a slow and verbose version of Instruction::isUsedOutsideOfBlock with
a call to Instruction::isUsedOutsideOfBlock.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@50005 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/TailDuplication.cpp