diff options
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
| -rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 387f926..a8b233c 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -426,9 +426,11 @@ namespace ISD {      BIT_CONVERT,      // FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, +    // FLOG, FLOG2, FLOG10, FEXP, FEXP2,      // FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR - Perform various unary floating      // point operations. These are inspired by libm.      FNEG, FABS, FSQRT, FSIN, FCOS, FPOWI, FPOW, +    FLOG, FLOG2, FLOG10, FEXP, FEXP2,      FCEIL, FTRUNC, FRINT, FNEARBYINT, FFLOOR,      // LOAD and STORE have token chains as their first operand, then the same | 
