diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-05 02:24:26 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-02-05 02:24:26 +0000 |
commit | ffe9968b5a1ef51cbe98c66d3bf16fa9f9aab972 (patch) | |
tree | ca74da7efa832fe4d7a0beb213a32dde031f0e4e /llvm | |
parent | 423c04c75caa0c605e39353233b44f87c7ef09d5 (diff) | |
download | bcm5719-llvm-ffe9968b5a1ef51cbe98c66d3bf16fa9f9aab972.tar.gz bcm5719-llvm-ffe9968b5a1ef51cbe98c66d3bf16fa9f9aab972.zip |
Make the rest of file header comments consistent in format and style
llvm-svn: 20048
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/lib/Target/Alpha/Alpha.h | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/Alpha.td | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaISelPattern.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrFormats.td | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaInstrInfo.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp | 2 | ||||
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRegisterInfo.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Target/Alpha/Alpha.h b/llvm/lib/Target/Alpha/Alpha.h index 04daaffdbb9..6e22c18b439 100644 --- a/llvm/lib/Target/Alpha/Alpha.h +++ b/llvm/lib/Target/Alpha/Alpha.h @@ -1,4 +1,4 @@ -//===-- Alpha.h - Top-level interface for Alpha representation -*- C++ -*-// +//===-- Alpha.h - Top-level interface for Alpha representation --*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/Alpha.td b/llvm/lib/Target/Alpha/Alpha.td index e48bea1e205..13445f3da46 100644 --- a/llvm/lib/Target/Alpha/Alpha.td +++ b/llvm/lib/Target/Alpha/Alpha.td @@ -1,4 +1,4 @@ -//===- Alpha.td - Describe the Alpha Target Machine ----*- tablegen -*-===// +//===- Alpha.td - Describe the Alpha Target Machine --------*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp index 260b44e1897..3e385f6d6d3 100644 --- a/llvm/lib/Target/Alpha/AlphaISelPattern.cpp +++ b/llvm/lib/Target/Alpha/AlphaISelPattern.cpp @@ -1,4 +1,4 @@ -//===- AlphaISelPattern.cpp - A pattern matching inst selector for Alpha -===// +//===- AlphaISelPattern.cpp - A pattern matching inst selector for Alpha --===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/AlphaInstrFormats.td b/llvm/lib/Target/Alpha/AlphaInstrFormats.td index 44970b24354..0ad3ab3cfed 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrFormats.td +++ b/llvm/lib/Target/Alpha/AlphaInstrFormats.td @@ -1,4 +1,4 @@ -//===- AlphaInstrFormats.td - Alpha Instruction Formats --*- tablegen -*-=// +//===- AlphaInstrFormats.td - Alpha Instruction Formats ----*- tablegen -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp index 1a730b31e77..e891a0156ee 100644 --- a/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaInstrInfo.cpp @@ -1,4 +1,4 @@ -//===- AlphaInstrInfo.cpp - Alpha Instruction Information ---*- C++ -*-----===// +//===- AlphaInstrInfo.cpp - Alpha Instruction Information -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp index bd38fd40806..254c5989c1c 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp +++ b/llvm/lib/Target/Alpha/AlphaRegisterInfo.cpp @@ -1,4 +1,4 @@ -//===- AlphaRegisterInfo.cpp - Alpha Register Information ---*- C++ -*-----===// +//===- AlphaRegisterInfo.cpp - Alpha Register Information -------*- C++ -*-===// // // The LLVM Compiler Infrastructure // diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h b/llvm/lib/Target/Alpha/AlphaRegisterInfo.h index c34ae3b6867..68d0306f0d7 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h +++ b/llvm/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 // |