Teach iff-converter to properly count # of dups. It was not skipping over dbg_value...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 18 Jun 2010 21:52:57 +0000 (21:52 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 18 Jun 2010 21:52:57 +0000 (21:52 +0000)
commita9934dc20a5e137a35be6f640c79fda9261f985b
treee529797dea8663564b323bebff142d720edfcc00
parente03262fcfc09356a0e3ec589041bc2e0248944e9
Teach iff-converter to properly count # of dups. It was not skipping over dbg_value's which resulted in non-duplicated instructions being deleted. rdar://8104384.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/IfConversion.cpp