From: Dan Gohman Date: Thu, 21 Aug 2008 18:13:12 +0000 (+0000) Subject: Fix a typo that Dale noticed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8471ef5f4e79fbe4d7021e91d45e39fdbf8783fc;p=oota-llvm.git Fix a typo that Dale noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55132 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index afbcce8f2c4..9796e066ddf 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -424,7 +424,7 @@ namespace ISD { BIT_CONVERT, // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, - // FCEIL, FTRUNC, FRINT, FNEARYINT, FFLOOR - Perform various unary floating + // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating // point operations. These are inspired by libm. FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,