diff options
author | Nick Lewycky <nicholas@mxc.ca> | 2009-06-17 04:23:52 +0000 |
---|---|---|
committer | Nick Lewycky <nicholas@mxc.ca> | 2009-06-17 04:23:52 +0000 |
commit | d9d1f817a0d9c536986c81fed0d74e966ac65e11 (patch) | |
tree | 0fa2ace9772d6c343a69584ea8d35b3441d514b2 /llvm/utils/TableGen/CodeGenDAGPatterns.cpp | |
parent | b697c774fe2f63172c6477f3a43ee3b97306c749 (diff) | |
download | bcm5719-llvm-d9d1f817a0d9c536986c81fed0d74e966ac65e11.tar.gz bcm5719-llvm-d9d1f817a0d9c536986c81fed0d74e966ac65e11.zip |
Fix grammaro, and bad indentation.
llvm-svn: 73602
Diffstat (limited to 'llvm/utils/TableGen/CodeGenDAGPatterns.cpp')
-rw-r--r-- | llvm/utils/TableGen/CodeGenDAGPatterns.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp index e668468772c..839059db3aa 100644 --- a/llvm/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/llvm/utils/TableGen/CodeGenDAGPatterns.cpp @@ -720,7 +720,7 @@ TreePatternNode *TreePatternNode::InlinePatternFragments(TreePattern &TP) { } /// getImplicitType - Check to see if the specified record has an implicit -/// type which should be applied to it. This infer the type of register +/// type which should be applied to it. This will infer the type of register /// references from the register file information, for example. /// static std::vector<unsigned char> getImplicitType(Record *R, bool NotRegisters, @@ -833,8 +833,8 @@ bool TreePatternNode::ApplyTypeConstraints(TreePattern &TP, bool NotRegisters) { getEnumName(getTypeNum(0)) + "'!"); } } - } - } + } + } } return MadeChange; |