From bc9ccf663ce75f860f724d30a7ba80ce3c1702b8 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Fri, 4 Feb 2005 20:25:52 +0000 Subject: [PATCH] Make file header comment consistent: extend the whole 80 cols to fill the line git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20039 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Alpha/AlphaInstrInfo.h | 2 +- lib/Target/Alpha/AlphaInstrInfo.td | 2 +- lib/Target/Alpha/AlphaRegisterInfo.h | 2 +- lib/Target/Alpha/AlphaRegisterInfo.td | 2 +- lib/Target/Alpha/AlphaTargetMachine.h | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/Target/Alpha/AlphaInstrInfo.h b/lib/Target/Alpha/AlphaInstrInfo.h index 921528e87f1..74ec49aa4cc 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.h +++ b/lib/Target/Alpha/AlphaInstrInfo.h @@ -1,4 +1,4 @@ -//===- AlphaInstrInfo.h - Alpha Instruction Information -----*- C++ -*-===// +//===- AlphaInstrInfo.h - Alpha Instruction Information ---------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/Alpha/AlphaInstrInfo.td b/lib/Target/Alpha/AlphaInstrInfo.td index ad1d14fc208..2f56a744994 100644 --- a/lib/Target/Alpha/AlphaInstrInfo.td +++ b/lib/Target/Alpha/AlphaInstrInfo.td @@ -1,4 +1,4 @@ -//===- AlphaInstrInfo.td - The Alpha Instruction Set -----*- tablegen -*-=// +//===- AlphaInstrInfo.td - The Alpha Instruction Set -------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/Alpha/AlphaRegisterInfo.h b/lib/Target/Alpha/AlphaRegisterInfo.h index f29ff80e583..c34ae3b6867 100644 --- a/lib/Target/Alpha/AlphaRegisterInfo.h +++ b/lib/Target/Alpha/AlphaRegisterInfo.h @@ -1,4 +1,4 @@ -//===- AlphaRegisterInfo.h - Alpha Register Information Impl -*- C++ -*-==// +//===- AlphaRegisterInfo.h - Alpha Register Information Impl -----*- C++ -*-==// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/Alpha/AlphaRegisterInfo.td b/lib/Target/Alpha/AlphaRegisterInfo.td index fd965de0bf4..bdded104ecc 100644 --- a/lib/Target/Alpha/AlphaRegisterInfo.td +++ b/lib/Target/Alpha/AlphaRegisterInfo.td @@ -1,4 +1,4 @@ -//===- AlphaRegisterInfo.td - The Alpha Register File --*- tablegen -*-===// +//===- AlphaRegisterInfo.td - The Alpha Register File ------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/lib/Target/Alpha/AlphaTargetMachine.h b/lib/Target/Alpha/AlphaTargetMachine.h index d67dd3fad52..166624253dd 100644 --- a/lib/Target/Alpha/AlphaTargetMachine.h +++ b/lib/Target/Alpha/AlphaTargetMachine.h @@ -1,4 +1,4 @@ -//===-- AlphaTargetMachine.h - Define TargetMachine for Alpha -*- C++ -*-----=// +//===-- AlphaTargetMachine.h - Define TargetMachine for Alpha ---*- C++ -*-===// // // The LLVM Compiler Infrastructure //