Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS...
authorEvan Cheng <evan.cheng@apple.com>
Fri, 2 Feb 2007 01:53:26 +0000 (01:53 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Fri, 2 Feb 2007 01:53:26 +0000 (01:53 +0000)
commit9a2ef9509e76869c3d658fb3e321d9b9e9d479d9
tree281f55840ccfe4589688dc3533ea62b6d3b7f63b
parentb0636156effd9a3563d905cbbfee59826c63e2a2
Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the RHS is a constant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMISelLowering.cpp