OSDN Git Service

fix obvious comment bug
authorDale Johannesen <dalej@apple.com>
Tue, 20 Mar 2007 00:30:56 +0000 (00:30 +0000)
committerDale Johannesen <dalej@apple.com>
Tue, 20 Mar 2007 00:30:56 +0000 (00:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35196 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/ARM/ARMISelLowering.h

index 47bd4b2..dc146ba 100644 (file)
@@ -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.