Previous debug info fix to this code wasn't quite
authorDale Johannesen <dalej@apple.com>
Thu, 12 Mar 2009 23:18:09 +0000 (23:18 +0000)
committerDale Johannesen <dalej@apple.com>
Thu, 12 Mar 2009 23:18:09 +0000 (23:18 +0000)
commit8483e54837ede5dd40c5561f15c6a663e2bee87c
treeaf0e65b053098a164e55718570db27cec374632d
parent7e07c00120d9609a4adbfd3e327f743d629aaf37
Previous debug info fix to this code wasn't quite
right; did the wrong thing when there are exactly 11
non-debug instructions, followed by debug info.
Remove a FIXME since it's apparently been fixed along the way.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@66840 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Utils/SimplifyCFG.cpp