From 8471ef5f4e79fbe4d7021e91d45e39fdbf8783fc Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Thu, 21 Aug 2008 18:13:12 +0000 Subject: [PATCH] Fix a typo that Dale noticed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55132 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/CodeGen/SelectionDAGNodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,