[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaInstrInfo.h AlphaInstrInfo.td AlphaRegisterInfo.h AlphaRegisterInfo.td AlphaTargetMachine.h

Misha Brukman brukman at cs.uiuc.edu
Fri Feb 4 12:26:03 PST 2005



Changes in directory llvm/lib/Target/Alpha:

AlphaInstrInfo.h updated: 1.1 -> 1.2
AlphaInstrInfo.td updated: 1.16 -> 1.17
AlphaRegisterInfo.h updated: 1.1 -> 1.2
AlphaRegisterInfo.td updated: 1.5 -> 1.6
AlphaTargetMachine.h updated: 1.4 -> 1.5
---
Log message:

Make file header comment consistent: extend the whole 80 cols to fill the line


---
Diffs of the changes:  (+5 -5)

 AlphaInstrInfo.h     |    2 +-
 AlphaInstrInfo.td    |    2 +-
 AlphaRegisterInfo.h  |    2 +-
 AlphaRegisterInfo.td |    2 +-
 AlphaTargetMachine.h |    2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.h
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.h:1.1 llvm/lib/Target/Alpha/AlphaInstrInfo.h:1.2
--- llvm/lib/Target/Alpha/AlphaInstrInfo.h:1.1	Sat Jan 22 17:41:55 2005
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.h	Fri Feb  4 14:25:52 2005
@@ -1,4 +1,4 @@
-//===- AlphaInstrInfo.h - Alpha Instruction Information -----*- C++ -*-===//
+//===- AlphaInstrInfo.h - Alpha Instruction Information ---------*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaInstrInfo.td
diff -u llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.16 llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.17
--- llvm/lib/Target/Alpha/AlphaInstrInfo.td:1.16	Wed Feb  2 11:32:39 2005
+++ llvm/lib/Target/Alpha/AlphaInstrInfo.td	Fri Feb  4 14:25:52 2005
@@ -1,4 +1,4 @@
-//===- AlphaInstrInfo.td - The Alpha Instruction Set -----*- tablegen -*-=//
+//===- AlphaInstrInfo.td - The Alpha Instruction Set -------*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaRegisterInfo.h
diff -u llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.1 llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.2
--- llvm/lib/Target/Alpha/AlphaRegisterInfo.h:1.1	Sat Jan 22 17:41:55 2005
+++ llvm/lib/Target/Alpha/AlphaRegisterInfo.h	Fri Feb  4 14:25:52 2005
@@ -1,4 +1,4 @@
-//===- AlphaRegisterInfo.h - Alpha Register Information Impl -*- C++ -*-==//
+//===- AlphaRegisterInfo.h - Alpha Register Information Impl -----*- C++ -*-==//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaRegisterInfo.td
diff -u llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.5 llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.6
--- llvm/lib/Target/Alpha/AlphaRegisterInfo.td:1.5	Wed Feb  2 11:01:31 2005
+++ llvm/lib/Target/Alpha/AlphaRegisterInfo.td	Fri Feb  4 14:25:52 2005
@@ -1,4 +1,4 @@
-//===- AlphaRegisterInfo.td - The Alpha Register File --*- tablegen -*-===//
+//===- AlphaRegisterInfo.td - The Alpha Register File ------*- tablegen -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //


Index: llvm/lib/Target/Alpha/AlphaTargetMachine.h
diff -u llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.4 llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.5
--- llvm/lib/Target/Alpha/AlphaTargetMachine.h:1.4	Tue Feb  1 14:35:11 2005
+++ llvm/lib/Target/Alpha/AlphaTargetMachine.h	Fri Feb  4 14:25:52 2005
@@ -1,4 +1,4 @@
-//===-- AlphaTargetMachine.h - Define TargetMachine for Alpha -*- C++ -*-----=//
+//===-- AlphaTargetMachine.h - Define TargetMachine for Alpha ---*- C++ -*-===//
 // 
 //                     The LLVM Compiler Infrastructure
 //






More information about the llvm-commits mailing list