Move the selection of the arms of the select operation up to the conditional
authorChris Lattner <sabre@nondot.org>
Fri, 1 Apr 2005 07:10:02 +0000 (07:10 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Apr 2005 07:10:02 +0000 (07:10 +0000)
commit3071019026ee62899f2535d313b35c59d37ae218
tree328a9c6f9238f16a945e6e6bd39fec77af08eb4a
parent380ae495996c84f348d12224ea9f4514f6471f59
Move the selection of the arms of the select operation up to the conditional
part to make sure we get the side effects and to avoid confusing the CFG.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20977 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCISelPattern.cpp