[llvm-commits] CVS: llvm/lib/Target/ARM/ARMISelLowering.h
Dale Johannesen
dalej at apple.com
Mon Mar 19 17:31:14 PDT 2007
Changes in directory llvm/lib/Target/ARM:
ARMISelLowering.h updated: 1.4 -> 1.5
---
Log message:
fix obvious comment bug
---
Diffs of the changes: (+1 -1)
ARMISelLowering.h | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/ARM/ARMISelLowering.h
diff -u llvm/lib/Target/ARM/ARMISelLowering.h:1.4 llvm/lib/Target/ARM/ARMISelLowering.h:1.5
--- llvm/lib/Target/ARM/ARMISelLowering.h:1.4 Fri Mar 16 03:43:56 2007
+++ llvm/lib/Target/ARM/ARMISelLowering.h Mon Mar 19 19:30:56 2007
@@ -67,7 +67,7 @@
}
//===----------------------------------------------------------------------===//
- // ARMTargetLowering - X86 Implementation of the TargetLowering interface
+ // ARMTargetLowering - ARM Implementation of the TargetLowering interface
class ARMTargetLowering : public TargetLowering {
int VarArgsFrameIndex; // FrameIndex for start of varargs area.
More information about the llvm-commits
mailing list