OSDN Git Service

Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't
authorChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 04:29:23 +0000 (04:29 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 15 Oct 2008 04:29:23 +0000 (04:29 +0000)
commit51ccb3deba7ccf2a3f154a9c4e4182146eccc846
treeaaa89f204fb4f48deb2b3bb6dab49a3fafffb897
parent9a08a61d7908004b061d560b11917e5c1c7ecc02
Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it doesn't
change the generated code, but makes the code simpler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57550 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86FastISel.cpp