[llvm-commits] [llvm] r73602 - /llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp
Nick Lewycky
nicholas at mxc.ca
Tue Jun 16 21:23:53 PDT 2009
Author: nicholas
Date: Tue Jun 16 23:23:52 2009
New Revision: 73602
URL: http://llvm.org/viewvc/llvm-project?rev=73602&view=rev
Log:
Fix grammaro, and bad indentation.
Modified:
llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp
Modified: llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp?rev=73602&r1=73601&r2=73602&view=diff
==============================================================================
--- llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp (original)
+++ llvm/trunk/utils/TableGen/CodeGenDAGPatterns.cpp Tue Jun 16 23:23:52 2009
@@ -720,7 +720,7 @@
}
/// 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 @@
getEnumName(getTypeNum(0)) + "'!");
}
}
- }
- }
+ }
+ }
}
return MadeChange;
More information about the llvm-commits
mailing list