diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:25 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-29 16:25:25 +0000 | 
| commit | ab44ce3d598882e51a25eb82eb7ae6308de85ae6 (patch) | |
| tree | 568d786a59d49bef961dcb9bd09d422701b9da5b /include/llvm/CodeGen/SelectionDAG.h | |
| parent | b5630dbadf9a2a06754194387d6b0fd9962a67f1 (diff) | |
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
| -rw-r--r-- | include/llvm/CodeGen/SelectionDAG.h | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h index d761661f763e..493122b15704 100644 --- a/include/llvm/CodeGen/SelectionDAG.h +++ b/include/llvm/CodeGen/SelectionDAG.h @@ -1070,6 +1070,11 @@ public:    SDNode *MorphNodeTo(SDNode *N, unsigned Opc, SDVTList VTs,                        ArrayRef<SDValue> Ops); +  /// Mutate the specified strict FP node to its non-strict equivalent, +  /// unlinking the node from its chain and dropping the metadata arguments. +  /// The node must be a strict FP node. +  SDNode *mutateStrictFPToFP(SDNode *Node); +    /// These are used for target selectors to create a new node    /// with specified return type(s), MachineInstr opcode, and operands.    /// | 
