[SimplifyCFG] propagate branch metadata when creating select
authorSanjay Patel <spatel@rotateright.com>
Wed, 27 Apr 2016 23:14:12 +0000 (23:14 +0000)
committerSanjay Patel <spatel@rotateright.com>
Wed, 27 Apr 2016 23:14:12 +0000 (23:14 +0000)
commitfacf45a82f66df27ab2d9874c3cc80556ea66857
tree32ce1f466d8b9353b3c240410de642a6ee832c17
parentbd0ae2e14c93e4c59d4c6739f3dfdd48149e489d
[SimplifyCFG] propagate branch metadata when creating select

There's no existing test for this path, and I don't know how to expose
it in a regression test, but I'm assuming there's some reason this
path exists.

llvm-svn: 267813
llvm/lib/Transforms/Utils/SimplifyCFG.cpp