diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-12 17:56:18 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2014-06-12 17:56:18 +0000 |
commit | 3c890c4ad651ca5f0a52e9f4143ce8fe52ff3924 (patch) | |
tree | d34576757581417bbf38dbbf96faf0386c2c71c6 /llvm/lib/Transforms | |
parent | 885719f02731dda9c53eb0a89784bc06918cdad7 (diff) | |
download | bcm5719-llvm-3c890c4ad651ca5f0a52e9f4143ce8fe52ff3924.tar.gz bcm5719-llvm-3c890c4ad651ca5f0a52e9f4143ce8fe52ff3924.zip |
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.
llvm-svn: 210806
Diffstat (limited to 'llvm/lib/Transforms')
0 files changed, 0 insertions, 0 deletions