K 10 svn:author V 3 dim K 8 svn:date V 27 2013-03-02T14:39:48.147451Z K 7 svn:log V 317 MFC r247205: Pull in r175962 from upstream llvm trunk: X86: Disable cmov-memory patterns on subtargets without cmov. Fixes PR15115. For the i386 arch, this should enable cmov instructions only on -march=pentiumpro and higher. Since our default CPU is i486, cmov instructions will now be disabled by default. END