diff options
author | Dan Gohman <gohman@apple.com> | 2007-11-19 15:36:19 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2007-11-19 15:36:19 +0000 |
commit | ab2a7542546bf781fa373e20095be0e344f5b3cc (patch) | |
tree | df8d7b99e3fee93657e9c08ffec0d5d1625fa9e8 | |
parent | adf3eab7735741926c67e6fc12b952500c45a9ba (diff) |
Fix a typo in a comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44235 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/llvm/CodeGen/SelectionDAGNodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/CodeGen/SelectionDAGNodes.h b/include/llvm/CodeGen/SelectionDAGNodes.h index 5407de5b49..e4afa8a278 100644 --- a/include/llvm/CodeGen/SelectionDAGNodes.h +++ b/include/llvm/CodeGen/SelectionDAGNodes.h @@ -180,7 +180,7 @@ namespace ISD { // 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 register is available from the RegSDNode object. + // SelectionDAG. The register is available from the RegisterSDNode object. CopyFromReg, // UNDEF - An undefined node |