From: Matt Arsenault Date: Fri, 19 Dec 2014 23:29:13 +0000 (+0000) Subject: R600: Remove outdated comment X-Git-Url: http://plrg.eecs.uci.edu/git/?p=oota-llvm.git;a=commitdiff_plain;h=a0fae51f117f62b351d9f8f9363b0881e0c3529b R600: Remove outdated comment git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224648 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/R600/AMDGPUISelLowering.cpp b/lib/Target/R600/AMDGPUISelLowering.cpp index d0bbb50464c..a0f3b6b697b 100644 --- a/lib/Target/R600/AMDGPUISelLowering.cpp +++ b/lib/Target/R600/AMDGPUISelLowering.cpp @@ -1070,10 +1070,6 @@ SDValue AMDGPUTargetLowering::CombineFMinMaxLegacy(SDLoc DL, break; case ISD::SETULE: case ISD::SETULT: { - // Unordered. - // - // We will allow this before legalization since we expand unordered compares - // ordinarily. if (LHS == True) return DAG.getNode(AMDGPUISD::FMIN_LEGACY, DL, VT, RHS, LHS); return DAG.getNode(AMDGPUISD::FMAX_LEGACY, DL, VT, LHS, RHS);