aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2007-03-20 00:30:56 +0000
committerDale Johannesen <dalej@apple.com>2007-03-20 00:30:56 +0000
commit80dae195c75a3ef38854645ae3cf41f8ae835644 (patch)
tree8737a28cbdad5a639475b2d4118d0e5df1fa3ef5
parent91857da2f53d9abc620cf944465d2899c517a5b5 (diff)
fix obvious comment bug
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35196 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h
index 47bd4b2f1a..dc146ba0d5 100644
--- a/lib/Target/ARM/ARMISelLowering.h
+++ b/lib/Target/ARM/ARMISelLowering.h
@@ -67,7 +67,7 @@ namespace llvm {
}
//===----------------------------------------------------------------------===//
- // 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.