commit | daee00243802f8a069131e81c2065ef7680d3c49 | [log] [tgz] |
---|---|---|
author | Dan Gohman <gohman@apple.com> | Thu Oct 11 23:06:37 2007 +0000 |
committer | Dan Gohman <gohman@apple.com> | Thu Oct 11 23:06:37 2007 +0000 |
tree | 38861106971f587f70ba01802a59b8b7f8a2029e | |
parent | 3554448947da67e5ddb8cf313ee5c46955462c95 [diff] [blame] |
Add an ISD::FPOW node type. llvm-svn: 42879
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 2ac30f6..3e798bc 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -3602,6 +3602,7 @@ case ISD::FSIN: return "fsin"; case ISD::FCOS: return "fcos"; case ISD::FPOWI: return "fpowi"; + case ISD::FPOW: return "fpow"; // Binary operators case ISD::ADD: return "add";