llvm-6502/lib
Saleem Abdulrasool a984b30b76 X86: stifle GCC warning
lib/Target/X86/X86TargetTransformInfo.cpp: In member function ‘virtual unsigned int {anonymous}::X86TTI::getIntImmCost(unsigned int, unsigned int, const llvm::APInt&, llvm::Type*) const’:
lib/Target/X86/X86TargetTransformInfo.cpp:920:60: warning: enumeral and non-enumeral type in conditional expression [enabled by default]

This seems like an unhelpful warning, but there doesnt seem to be a controlling
flag, so add an explicit cast to silence the warning.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210806 91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-12 17:56:18 +00:00
..
Analysis
AsmParser Remove system_error.h. 2014-06-12 17:38:55 +00:00
Bitcode Remove system_error.h. 2014-06-12 17:38:55 +00:00
CodeGen Revert "SelectionDAG: Enable (and (setcc x), (setcc y)) -> (setcc (and x, y)) for vectors" 2014-06-12 16:04:47 +00:00
DebugInfo
ExecutionEngine Remove system_error.h. 2014-06-12 17:38:55 +00:00
IR Remove system_error.h. 2014-06-12 17:38:55 +00:00
IRReader Remove system_error.h. 2014-06-12 17:38:55 +00:00
LineEditor
Linker
LTO Remove system_error.h. 2014-06-12 17:38:55 +00:00
MC MC: add enumeration of WinEH data encoding 2014-06-11 04:19:25 +00:00
Object Remove system_error.h. 2014-06-12 17:38:55 +00:00
Option
ProfileData Don't import error_category into the llvm namespace. 2014-06-12 01:45:43 +00:00
Support Trying to fix the windows build. 2014-06-12 17:49:35 +00:00
TableGen Remove system_error.h. 2014-06-12 17:38:55 +00:00
Target X86: stifle GCC warning 2014-06-12 17:56:18 +00:00
Transforms Remove system_error.h. 2014-06-12 17:38:55 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile