[X86] Remove unnecessary code from the top of handleCompareFP in X86FloatingPoint...
authorCraig Topper <craig.topper@intel.com>
Wed, 30 Jan 2019 08:04:06 +0000 (08:04 +0000)
committerCraig Topper <craig.topper@intel.com>
Wed, 30 Jan 2019 08:04:06 +0000 (08:04 +0000)
commit11133d2531f392bc44d9baaa6bee78e8e246b5eb
treeee9acc641b0028e07f8739b65d7a0380df918040
parent594f76aea26026ca398c85ca646647d39cde311d
[X86] Remove unnecessary code from the top of handleCompareFP in X86FloatingPoint.cpp.

There were checks to ensure some tables were sorted, but those tables aren't used by this function. The same tables are checked in the function that does use them. Maybe this was copy/pasted?

llvm-svn: 352609
llvm/lib/Target/X86/X86FloatingPoint.cpp