[llvm-commits] [llvm] r76693 - /llvm/trunk/lib/Target/ARM/ARMScheduleV6.td

Evan Cheng evan.cheng at apple.com
Tue Jul 21 16:54:22 PDT 2009


Author: evancheng
Date: Tue Jul 21 18:54:22 2009
New Revision: 76693

URL: http://llvm.org/viewvc/llvm-project?rev=76693&view=rev
Log:
Fix comment.

Modified:
    llvm/trunk/lib/Target/ARM/ARMScheduleV6.td

Modified: llvm/trunk/lib/Target/ARM/ARMScheduleV6.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/ARM/ARMScheduleV6.td?rev=76693&r1=76692&r2=76693&view=diff

==============================================================================
--- llvm/trunk/lib/Target/ARM/ARMScheduleV6.td (original)
+++ llvm/trunk/lib/Target/ARM/ARMScheduleV6.td Tue Jul 21 18:54:22 2009
@@ -1,4 +1,4 @@
-//===- ARMSchedule.td - ARM v6 Scheduling Definitions ------*- tablegen -*-===//
+//===- ARMScheduleV6.td - ARM v6 Scheduling Definitions ----*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //





More information about the llvm-commits mailing list