[llvm-commits] [llvm] r142209 - /llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td

Hal Finkel hfinkel at anl.gov
Mon Oct 17 11:10:08 PDT 2011


Author: hfinkel
Date: Mon Oct 17 13:10:08 2011
New Revision: 142209

URL: http://llvm.org/viewvc/llvm-project?rev=142209&view=rev
Log:
Remove >80-col line and unicode

Modified:
    llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td

Modified: llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td?rev=142209&r1=142208&r2=142209&view=diff
==============================================================================
--- llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td (original)
+++ llvm/trunk/lib/Target/PowerPC/PPCSchedule440.td Mon Oct 17 13:10:08 2011
@@ -1,4 +1,4 @@
-//===- PPCSchedule440.td - PPC 440 Scheduling Definitions ----*- tablegen -*-===//
+//===- PPCSchedule440.td - PPC 440 Scheduling Definitions --*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //
@@ -8,7 +8,7 @@
 //===----------------------------------------------------------------------===//
 
 // Primary reference:
-// PowerPC 440x6 Embedded Processor Core User’s Manual.
+// PowerPC 440x6 Embedded Processor Core User's Manual.
 // IBM (as updated in) 2010.
 
 // The basic PPC 440 does not include a floating-point unit; the pipeline





More information about the llvm-commits mailing list