[llvm] r287640 - [AArch64] Maximize 80-column. NFC.

Chad Rosier via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 22 06:12:10 PST 2016


Author: mcrosier
Date: Tue Nov 22 08:12:09 2016
New Revision: 287640

URL: http://llvm.org/viewvc/llvm-project?rev=287640&view=rev
Log:
[AArch64] Maximize 80-column. NFC.

Modified:
    llvm/trunk/lib/Target/AArch64/AArch64SchedVulcan.td

Modified: llvm/trunk/lib/Target/AArch64/AArch64SchedVulcan.td
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AArch64/AArch64SchedVulcan.td?rev=287640&r1=287639&r2=287640&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AArch64/AArch64SchedVulcan.td (original)
+++ llvm/trunk/lib/Target/AArch64/AArch64SchedVulcan.td Tue Nov 22 08:12:09 2016
@@ -49,15 +49,12 @@ def VulcanP5 : ProcResource<1>;
 
 let SchedModel = VulcanModel in {
 
-// Define groups for the functional units on each
-// issue port.  Each group created will be used
-// by a WriteRes later on.
+// Define groups for the functional units on each issue port.  Each group
+// created will be used by a WriteRes later on.
 //
-// NOTE: Some groups only contain one member.  This
-// is a way to create names for the various functional
-// units that share a single issue port.  For example,
-// "VulcanI1" for ALU ops on port 1 and "VulcanF1" for
-// FP ops on port 1.
+// NOTE: Some groups only contain one member.  This is a way to create names for
+// the various functional units that share a single issue port.  For example,
+// "VulcanI1" for ALU ops on port 1 and "VulcanF1" for FP ops on port 1.
 
 // Integer divide and multiply micro-ops only on port 1.
 def VulcanI1 : ProcResGroup<[VulcanP1]>;




More information about the llvm-commits mailing list