SCCCaptured is trivially false on entry to this loop and not modified inside it.
authorNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jan 2012 22:21:45 +0000 (22:21 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Thu, 5 Jan 2012 22:21:45 +0000 (22:21 +0000)
commit720ac9196997e856c5fed7a23fdfe144425222b1
tree65c0cd803f782956ae9e04c96b99e3775f94add7
parent611caf5f91c4abe934480259043fcbb30ea07e3a
SCCCaptured is trivially false on entry to this loop and not modified inside it.
Eliminate the dead test for it on each loop iteration. No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@147616 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/FunctionAttrs.cpp