1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/Target/X86/Utils
Saleem Abdulrasool 0788326ac3 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
2015-01-31 17:56:11 +00:00
..
CMakeLists.txt
LLVMBuild.txt Update X86/Utils/LLVMBuild.txt corresponding to r213986. "Core" has been introduced. 2014-07-26 00:45:43 +00:00
Makefile
X86ShuffleDecode.cpp X86: silence a GCC warning 2015-01-31 17:56:11 +00:00
X86ShuffleDecode.h [X86][SSE] Shuffle mask decode support for zero extend, scalar float/double moves and integer load instructions 2015-01-31 14:09:36 +00:00