* Implement cast (long|ulong) to bool
authorChris Lattner <sabre@nondot.org>
Sun, 1 Jun 2003 03:38:24 +0000 (03:38 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 1 Jun 2003 03:38:24 +0000 (03:38 +0000)
commit20772547c5b685701e75d64118a2402a1f7bc796
tree8c3ca4bfeed6c97416718859c250af33953f5d6b
parent6c8125fa560429f57b6882913636232803ea3e43
* Implement cast (long|ulong) to bool
* Fix cast of (short|ushort|int|uint) to bool to work right

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6510 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/InstSelectSimple.cpp
lib/Target/X86/X86ISelSimple.cpp