diff options
author | Dan Gohman <gohman@apple.com> | 2008-07-29 01:02:18 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-07-29 01:02:18 +0000 |
commit | 7ba145b0b4aefe6cae7788070a936cb9fc0aee14 (patch) | |
tree | 7ec1a6f6b2a8a37e054b84505502b3346c6680c7 /include/llvm/CodeGen/SelectionDAGNodes.h | |
parent | b1e8cad61e64dd7f56b0c62b53f9c1fc86d599f7 (diff) |
Revert 54147.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54148 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 73edcb8d49..dbb12947f2 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -377,8 +377,6 @@ namespace ISD { // extending the low 8 bits of a 32-bit register to fill the top 24 bits // with the 7th bit). The size of the smaller type is indicated by the 1th // operand, a ValueType node. - // Note that there is intentionally no corresponding ZERO_EXTEND_INREG; an - // AND with an appropriate constant is used instead. SIGN_EXTEND_INREG, /// FP_TO_[US]INT - Convert a floating point value to a signed or unsigned |