aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-03-10 19:31:26 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-03-10 19:31:26 +0000
commit4499e495eabe8de7d595416a03c56af4688df507 (patch)
treef42c178864949384cfb4e88cd77f8b2f2782076b /include/llvm/CodeGen
parentcb341de0e238f80dabf3da7b4f2aad58de6914bd (diff)
downloadexternal_llvm-4499e495eabe8de7d595416a03c56af4688df507.zip
external_llvm-4499e495eabe8de7d595416a03c56af4688df507.tar.gz
external_llvm-4499e495eabe8de7d595416a03c56af4688df507.tar.bz2
Revert 48125, 48126, and 48130 for now to unbreak some x86-64 tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@48167 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 13e242f..b2c354d 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -322,12 +322,9 @@ namespace ISD {
// This node takes a superreg and a constant sub-register index as operands.
EXTRACT_SUBREG,
- // INSERT_SUBREG - This node is used to insert a sub-register value into
- // either explicitly into a superreg, or implicitly into a superreg value.
+ // INSERT_SUBREG - This node is used to insert a sub-register value.
// This node takes a superreg, a subreg value, and a constant sub-register
- // index as operands. The superreg may be either a superregister operand or a
- // target constant indicating that the insert is being done into a target
- // specific implicit value.
+ // index as operands.
INSERT_SUBREG,
// MULHU/MULHS - Multiply high - Multiply two integers of type iN, producing