aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAGNodes.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-01-12 18:11:36 +0000
committerChris Lattner <sabre@nondot.org>2005-01-12 18:11:36 +0000
commit9ffdfb6bae9a8befd23e002f71f08aa42caee627 (patch)
tree946c8b0b4d58eea587ca79db57fc99252c9dced6 /include/llvm/CodeGen/SelectionDAGNodes.h
parent9bbd992eb182c03403f6828c1e2bf7c60cd98d2d (diff)
Update comments to indicate CopyFrom/ToReg take physregs as well as vregs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19514 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAGNodes.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAGNodes.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h
index 24d941db52..8bbfb2b509 100644
--- a/include/llvm/CodeGen/SelectionDAGNodes.h
+++ b/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -50,14 +50,14 @@ namespace ISD {
// CopyToReg - This node has chain and child nodes, and an associated
// register number. The instruction selector must guarantee that the value
- // of the value node is available in the virtual register stored in the
+ // of the value node is available in the register stored in the
// CopyRegSDNode object.
CopyToReg,
// CopyFromReg - This node indicates that the input value is a virtual or
// physical register that is defined outside of the scope of this
- // SelectionDAG. The virtual register is available from the
- // CopyRegSDNode object.
+ // SelectionDAG. The register number is available from the CopyRegSDNode
+ // object.
CopyFromReg,
// EXTRACT_ELEMENT - This is used to get the first or second (determined by