Debug intrinsics must be skipped at the beginning and ends of blocks, lest they
authorCameron Zwarich <zwarich@apple.com>
Thu, 24 Mar 2011 16:34:59 +0000 (16:34 +0000)
committerCameron Zwarich <zwarich@apple.com>
Thu, 24 Mar 2011 16:34:59 +0000 (16:34 +0000)
commit903548420016325db6d22328687f78cd4180facb
treedf78307840ee333d2528092ef8a52573931ec0f5
parent0d4b81519dc3f02bbebb4ecad86bfb590c4d1898
Debug intrinsics must be skipped at the beginning and ends of blocks, lest they
affect the generated code.

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