summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@codeaurora.org>2016-11-22 14:12:09 +0000
committerChad Rosier <mcrosier@codeaurora.org>2016-11-22 14:12:09 +0000
commit2abc29c593ea22960f136fbc6587c2b7025a37ca (patch)
tree3dcbdb478fdc10650d5a5efcc01adad1c7b155e2
parente86a5f4c65634d200c5654b7bc0e6277d1e86577 (diff)
downloadbcm5719-llvm-2abc29c593ea22960f136fbc6587c2b7025a37ca.tar.gz
bcm5719-llvm-2abc29c593ea22960f136fbc6587c2b7025a37ca.zip
[AArch64] Maximize 80-column. NFC.
llvm-svn: 287640
-rw-r--r--llvm/lib/Target/AArch64/AArch64SchedVulcan.td13
1 files changed, 5 insertions, 8 deletions
diff --git a/llvm/lib/Target/AArch64/AArch64SchedVulcan.td b/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
index 0aa2462eba8..35a40c314bf 100644
--- a/llvm/lib/Target/AArch64/AArch64SchedVulcan.td
+++ b/llvm/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]>;
OpenPOWER on IntegriCloud