Fix gcc warning of different enum and non-enum types in ternary
authorDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 8 May 2015 12:21:03 +0000 (12:21 +0000)
committerDenis Protivensky <dprotivensky@accesssoftek.com>
Fri, 8 May 2015 12:21:03 +0000 (12:21 +0000)
commitbaac106e1dfa8791cad921f8230d182068539215
treeaec0a9efcbf7075bb1f8f8e884b11b0c0c20d19c
parent3fdd82e066028d4489926e53c8ccd3264adc352d
Fix gcc warning of different enum and non-enum types in ternary

Make '0' literal explicitly unsigned with '0u'.
This appeared after r236775.

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