Factor out the code for mapping LLVM IR condition opcodes to
authorDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 18:18:45 +0000 (18:18 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 17 Oct 2008 18:18:45 +0000 (18:18 +0000)
commit8c1a6ca22ab247dc5c493fe815f75b1e77f2c686
tree8e47363c9e3b26977efa4aa59ad5bdfa35dcbb32
parent1fa7198f36b96462835acb2e1aad342021dac3a4
Factor out the code for mapping LLVM IR condition opcodes to
ISD condition opcodes into helper functions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57710 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp