From: Dale Johannesen Date: Tue, 20 Mar 2007 00:30:56 +0000 (+0000) Subject: fix obvious comment bug X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=80dae195c75a3ef38854645ae3cf41f8ae835644;p=oota-llvm.git fix obvious comment bug git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35196 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/ARM/ARMISelLowering.h b/lib/Target/ARM/ARMISelLowering.h index 47bd4b2f1a4..dc146ba0d5b 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.