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 | fc4c25530412907f566519dd4d0979a6570222b3 (patch) | |
tree | defc5c32eb4437347646c96793c58e91010642f5 /utils/TableGen | |
parent | 71c767b4e30ad9fb3286664528cb2d6abccf2676 (diff) | |
download | external_llvm-fc4c25530412907f566519dd4d0979a6570222b3.zip external_llvm-fc4c25530412907f566519dd4d0979a6570222b3.tar.gz external_llvm-fc4c25530412907f566519dd4d0979a6570222b3.tar.bz2 |
Fix grammaro, and bad indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73602 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/TableGen')
-rw-r--r-- | utils/TableGen/CodeGenDAGPatterns.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/TableGen/CodeGenDAGPatterns.cpp b/utils/TableGen/CodeGenDAGPatterns.cpp index e668468..839059d 100644 --- a/utils/TableGen/CodeGenDAGPatterns.cpp +++ b/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; |