diff options
author | Bob Wilson <bob.wilson@apple.com> | 2009-01-05 17:23:09 +0000 |
---|---|---|
committer | Bob Wilson <bob.wilson@apple.com> | 2009-01-05 17:23:09 +0000 |
commit | 1b97f3fceaacb3e1ee386a438e01292949cd5020 (patch) | |
tree | 28ddbc785ad3b6628a51d16a82462075a5e9138c /llvm/utils/TableGen/CodeGenDAGPatterns.cpp | |
parent | 4077dd0abbfec11be7f282bafe175d5472afd951 (diff) | |
download | bcm5719-llvm-1b97f3fceaacb3e1ee386a438e01292949cd5020.tar.gz bcm5719-llvm-1b97f3fceaacb3e1ee386a438e01292949cd5020.zip |
Fix spelling in some comments.
llvm-svn: 61702
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
-rw-r--r-- | llvm/utils/TableGen/CodeGenDAGPatterns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp index 859a8ccac8d..9cfd98092bb 100644 --- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp @@ -807,7 +807,7 @@ TreePatternNode::isCommutativeIntrinsic(const CodeGenDAGPatterns &CDP) const { } -/// ApplyTypeConstraints - Apply all of the type constraints relevent to +/// ApplyTypeConstraints - Apply all of the type constraints relevant to /// this node and its children in the tree. This returns true if it makes a /// change, false otherwise. If a type contradiction is found, throw an /// exception. |