summaryrefslogtreecommitdiffstats
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
commit8447d3490395f690338e22181fb5520e601b7d78 (patch)
tree5bcdf09be6ffcfa1f81ef9219ccb5e2db5663c22
parentaf867a393797d56d6aa922f02540d384880bc92c (diff)
downloadbcm5719-llvm-8447d3490395f690338e22181fb5520e601b7d78.tar.gz
bcm5719-llvm-8447d3490395f690338e22181fb5520e601b7d78.zip
fix obvious comment bug
llvm-svn: 35196
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.h b/llvm/lib/Target/ARM/ARMISelLowering.h
index 47bd4b2f1a4..dc146ba0d5b 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.h
+++ b/llvm/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.
OpenPOWER on IntegriCloud