aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-08-21 18:13:12 +0000
committerDan Gohman <gohman@apple.com>2008-08-21 18:13:12 +0000
commit0216875d4e21eadc8f1f3effc5bbac43cde93479 (patch)
treeab346a7d8db8b1355267cd2a16496d1f35ca1b1f /include/llvm/CodeGen/SelectionDAGNodes.h
parentc8b20e2ce912e391766ba70e959e8a50ad020db8 (diff)
downloadexternal_llvm-0216875d4e21eadc8f1f3effc5bbac43cde93479.zip
external_llvm-0216875d4e21eadc8f1f3effc5bbac43cde93479.tar.gz
external_llvm-0216875d4e21eadc8f1f3effc5bbac43cde93479.tar.bz2
Fix a typo that Dale noticed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55132 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index afbcce8..9796e06 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,