Fix a typo that Dale noticed.

llvm-svn: 55132
This commit is contained in:
Dan Gohman 2008-08-21 18:13:12 +00:00
parent ea71438a93
commit da457c80f6
1 changed files with 1 additions and 1 deletions

View File

@ -424,7 +424,7 @@ namespace ISD {
BIT_CONVERT, BIT_CONVERT,
// FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, // 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. // point operations. These are inspired by libm.
FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW,
FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR, FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,