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)
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


No differences found