From: Chad Rosier Date: Tue, 22 Nov 2016 14:12:09 +0000 (+0000) Subject: [AArch64] Maximize 80-column. NFC. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=691084e03c5482e4a76776c937abbf243bfd4b79;p=llvm [AArch64] Maximize 80-column. NFC. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@287640 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/AArch64/AArch64SchedVulcan.td b/lib/Target/AArch64/AArch64SchedVulcan.td index 0aa2462eba8..35a40c314bf 100644 --- a/lib/Target/AArch64/AArch64SchedVulcan.td +++ b/lib/Target/AArch64/AArch64SchedVulcan.td @@ -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]>;