fix miscompilation of llvm.isunordered, where we branched on the opposite
authorChris Lattner <sabre@nondot.org>
Mon, 30 Oct 2006 23:02:25 +0000 (23:02 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Oct 2006 23:02:25 +0000 (23:02 +0000)
commit1d75400e2ed5704c4c156782a94ee139d638bb1b
tree20cef1280ea301463db72529d0745de70a634ce3
parent6ac310d5e9185a07bc02eb22bf7791c847877b52
fix miscompilation of llvm.isunordered, where we branched on the opposite
condition.  This fixes miscompilation of Olden/bh and many others.

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