X86: silence a GCC warning
authorSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 31 Jan 2015 17:56:11 +0000 (17:56 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Sat, 31 Jan 2015 17:56:11 +0000 (17:56 +0000)
commit3475dc358c6f76d38b58373dd77adf0f16b0b01f
tree7f5e8980a672df33ca4c0e7dd4144e52c5e2ee61
parent6253035c186e2fe08ed86cd8fe68e0f8d99be1db
X86: silence a GCC warning

GCC 4.9 gives the following warning:
  warning: enumeral and non-enumeral type in conditional expression
Cast the enumeral value to an integer within the ternary operation.  NFC.

llvm-svn: 227692
llvm/lib/Target/X86/Utils/X86ShuffleDecode.cpp