[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditionally...
authorCraig Topper <craig.topper@gmail.com>
Mon, 19 Dec 2016 08:35:08 +0000 (08:35 +0000)
committerCraig Topper <craig.topper@gmail.com>
Mon, 19 Dec 2016 08:35:08 +0000 (08:35 +0000)
commit04bd11ec4df856ebde36ce1dd68a0a506d2adfbe
treed720f7b627a757723580790e05b2981dc9e89e70
parentf5123fecfee995ff76874bb7ea15a3bc2d3d531f
[TableGen] Use 'unsigned' instead of 'bool' in a place where the code conditionally assigns numeric values. They happen to be 0 and 1 so this is NFC.

llvm-svn: 290088
llvm/utils/TableGen/CodeGenDAGPatterns.cpp