[x86] fix initialization of PredictableSelectIsExpensive
authorSanjay Patel <spatel@rotateright.com>
Thu, 18 Feb 2016 23:08:48 +0000 (23:08 +0000)
committerSanjay Patel <spatel@rotateright.com>
Thu, 18 Feb 2016 23:08:48 +0000 (23:08 +0000)
commit0adbea4b5c306b37618c92f0804961f1b6132a9c
treeca135d21a20193663b170162326d8794226d86d3
parent544ea71cd770862edbddb8654390444b2e5eac09
[x86] fix initialization of PredictableSelectIsExpensive

This is effectively NFC because Atom is the only in-order x86 subtarget currently,
but the predicate would have become wrong if any other in-order CPU came along.

See related discussion in:
http://reviews.llvm.org/D16836

llvm-svn: 261275
llvm/lib/Target/X86/X86ISelLowering.cpp