[llvm-commits] [PATCH] Two small typos
Cameron Esfahani
dirty at apple.com
Fri Aug 27 14:33:46 PDT 2010
Two small typos I've seen while working on some other stuff...
Index: include/llvm/Target/TargetCallingConv.td
===================================================================
--- include/llvm/Target/TargetCallingConv.td (revision 112280)
+++ include/llvm/Target/TargetCallingConv.td (working copy)
@@ -42,7 +42,7 @@
class CCIfByVal<CCAction A> : CCIf<"ArgFlags.isByVal()", A> {
}
-/// CCIfCC - Match of the current calling convention is 'CC'.
+/// CCIfCC - Match if the current calling convention is 'CC'.
class CCIfCC<string CC, CCAction A>
: CCIf<!strconcat("State.getCallingConv() == ", CC), A> {}
Index: include/llvm/CodeGen/MachineFrameInfo.h
===================================================================
--- include/llvm/CodeGen/MachineFrameInfo.h (revision 112280)
+++ include/llvm/CodeGen/MachineFrameInfo.h (working copy)
@@ -31,7 +31,7 @@
class BitVector;
/// The CalleeSavedInfo class tracks the information need to locate where a
-/// callee saved register in the current frame.
+/// callee saved register is in the current frame.
class CalleeSavedInfo {
unsigned Reg;
int FrameIdx;
Cameron Esfahani
dirty at apple.com
"All that is necessary for the triumph of evil is that good men do nothing."
Edmund Burke
More information about the llvm-commits
mailing list