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.



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to