summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MBlaze
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-02-18 12:03:15 +0000
committerJia Liu <proljc@gmail.com>2012-02-18 12:03:15 +0000
commitb22310fda63e03a80c808de5e0510339668820ea (patch)
tree18c810d3237dd8fdb79c60ab38e2415632d92f22 /llvm/lib/Target/MBlaze
parent26538e8cc5d4aec1daf6243a1729fe2e99d73447 (diff)
downloadbcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.tar.gz
bcm5719-llvm-b22310fda63e03a80c808de5e0510339668820ea.zip
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430, PPC, PTX, Sparc, X86, XCore.
llvm-svn: 150878
Diffstat (limited to 'llvm/lib/Target/MBlaze')
-rw-r--r--llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h2
-rw-r--r--llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlaze.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrFPU.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrFSL.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrFormats.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrInfo.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeInstrInfo.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeIntrinsics.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeMCInstLower.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeMachineFunction.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeRelocations.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSchedule.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSchedule3.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSchedule5.td2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeSubtarget.h2
-rw-r--r--llvm/lib/Target/MBlaze/MBlazeTargetMachine.h2
-rw-r--r--llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h2
-rw-r--r--llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp2
29 files changed, 29 insertions, 29 deletions
diff --git a/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp b/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
index 93563f6f210..77a77974d85 100644
--- a/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
+++ b/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeDisassembler.cpp - Disassembler for MicroBlaze ----*- C++ -*-===//
+//===-- MBlazeDisassembler.cpp - Disassembler for MicroBlaze -------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h b/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
index a951e3587d7..97c4af963c9 100644
--- a/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
+++ b/llvm/lib/Target/MBlaze/Disassembler/MBlazeDisassembler.h
@@ -1,4 +1,4 @@
-//===- MBlazeDisassembler.h - Disassembler for MicroBlaze ------*- C++ -*-===//
+//===-- MBlazeDisassembler.h - Disassembler for MicroBlaze -----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
index 52975631485..c6f30036bc8 100644
--- a/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
+++ b/llvm/lib/Target/MBlaze/InstPrinter/MBlazeInstPrinter.h
@@ -1,4 +1,4 @@
-//===-- MBlazeInstPrinter.h - Convert MBlaze MCInst to assembly syntax ----===//
+//= MBlazeInstPrinter.h - Convert MBlaze MCInst to assembly syntax -*- C++ -*-//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlaze.td b/llvm/lib/Target/MBlaze/MBlaze.td
index 1245658d29b..b4edff0709e 100644
--- a/llvm/lib/Target/MBlaze/MBlaze.td
+++ b/llvm/lib/Target/MBlaze/MBlaze.td
@@ -1,4 +1,4 @@
-//===- MBlaze.td - Describe the MBlaze Target Machine ------*- tablegen -*-===//
+//===-- MBlaze.td - Describe the MBlaze Target Machine -----*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp b/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
index 37919bce277..65310649dc5 100644
--- a/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeFrameLowering.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeFrameLowering.cpp - MBlaze Frame Information ------*- C++ -*-====//
+//===-- MBlazeFrameLowering.cpp - MBlaze Frame Information ---------------====//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td b/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td
index 4acdcfdd772..3f145938728 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrFPU.td
@@ -1,4 +1,4 @@
-//===- MBlazeInstrFPU.td - MBlaze FPU Instruction defs -----*- tablegen -*-===//
+//===-- MBlazeInstrFPU.td - MBlaze FPU Instruction defs ----*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td b/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td
index 3082a7e227f..91b69de0510 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrFSL.td
@@ -1,4 +1,4 @@
-//===- MBlazeInstrFSL.td - MBlaze FSL Instruction defs -----*- tablegen -*-===//
+//===-- MBlazeInstrFSL.td - MBlaze FSL Instruction defs ----*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td b/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td
index 4c6034d71ab..e40432a1b9a 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrFormats.td
@@ -1,4 +1,4 @@
-//===- MBlazeInstrFormats.td - MB Instruction defs ---------*- tablegen -*-===//
+//===-- MBlazeInstrFormats.td - MB Instruction defs --------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp
index 7ae05b367cb..db71434443b 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeInstrInfo.cpp - MBlaze Instruction Information -----*- C++ -*-===//
+//===-- MBlazeInstrInfo.cpp - MBlaze Instruction Information --------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h
index 7174405a49d..a309d2b7152 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.h
@@ -1,4 +1,4 @@
-//===- MBlazeInstrInfo.h - MBlaze Instruction Information -------*- C++ -*-===//
+//===-- MBlazeInstrInfo.h - MBlaze Instruction Information ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td
index 9fe2a49065b..02a21574f49 100644
--- a/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td
+++ b/llvm/lib/Target/MBlaze/MBlazeInstrInfo.td
@@ -1,4 +1,4 @@
-//===- MBlazeInstrInfo.td - MBlaze Instruction defs --------*- tablegen -*-===//
+//===-- MBlazeInstrInfo.td - MBlaze Instruction defs -------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
index e10126fe228..b3651158a37 100644
--- a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeIntrinsicInfo.cpp - Intrinsic Information -00-------*- C++ -*-===//
+//===-- MBlazeIntrinsicInfo.cpp - Intrinsic Information -------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
index 80760d87e00..34f379230de 100644
--- a/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
+++ b/llvm/lib/Target/MBlaze/MBlazeIntrinsicInfo.h
@@ -1,4 +1,4 @@
-//===- MBlazeIntrinsicInfo.h - MBlaze Intrinsic Information -----*- C++ -*-===//
+//===-- MBlazeIntrinsicInfo.h - MBlaze Intrinsic Information ----*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td b/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td
index 278afbefc16..b5dc59547bb 100644
--- a/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td
+++ b/llvm/lib/Target/MBlaze/MBlazeIntrinsics.td
@@ -1,4 +1,4 @@
-//===- IntrinsicsMBlaze.td - Defines MBlaze intrinsics -----*- tablegen -*-===//
+//===-- IntrinsicsMBlaze.td - Defines MBlaze intrinsics ----*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h b/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h
index 92196f22022..bb77ed4b802 100644
--- a/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h
+++ b/llvm/lib/Target/MBlaze/MBlazeMCInstLower.h
@@ -1,4 +1,4 @@
-//===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ----------------===//
+//===-- MBlazeMCInstLower.h - Lower MachineInstr to MCInst ------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp b/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp
index c048879f4e9..2217b5477d6 100644
--- a/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeMachineFunction.cpp
@@ -1,4 +1,4 @@
-//===-- MBlazeMachineFunctionInfo.cpp - Private data --------------*- C++ -*-=//
+//===-- MBlazeMachineFunctionInfo.cpp - Private data ----------------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h b/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h
index 30abde26ebd..95cc5077cc1 100644
--- a/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h
+++ b/llvm/lib/Target/MBlaze/MBlazeMachineFunction.h
@@ -1,4 +1,4 @@
-//===-- MBlazeMachineFunctionInfo.h - Private data ----------------*- C++ -*-=//
+//===-- MBlazeMachineFunctionInfo.h - Private data --------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
index 0b1b10796b7..e63f739ece4 100644
--- a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeRegisterInfo.cpp - MBlaze Register Information -== -*- C++ -*-===//
+//===-- MBlazeRegisterInfo.cpp - MBlaze Register Information --------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h
index 7e4b269cb88..7adac8e494f 100644
--- a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h
+++ b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.h
@@ -1,4 +1,4 @@
-//===- MBlazeRegisterInfo.h - MBlaze Register Information Impl --*- C++ -*-===//
+//===-- MBlazeRegisterInfo.h - MBlaze Register Information Impl -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td
index 13c46ba1ecb..64cae5cff85 100644
--- a/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td
+++ b/llvm/lib/Target/MBlaze/MBlazeRegisterInfo.td
@@ -1,4 +1,4 @@
-//===- MBlazeRegisterInfo.td - MBlaze Register defs --------*- tablegen -*-===//
+//===-- MBlazeRegisterInfo.td - MBlaze Register defs -------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeRelocations.h b/llvm/lib/Target/MBlaze/MBlazeRelocations.h
index c298eda2195..6387ee23ec9 100644
--- a/llvm/lib/Target/MBlaze/MBlazeRelocations.h
+++ b/llvm/lib/Target/MBlaze/MBlazeRelocations.h
@@ -1,4 +1,4 @@
-//===- MBlazeRelocations.h - MBlaze Code Relocations ------------*- C++ -*-===//
+//===-- MBlazeRelocations.h - MBlaze Code Relocations -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeSchedule.td b/llvm/lib/Target/MBlaze/MBlazeSchedule.td
index 4662f25ceb1..4a3ae5fc147 100644
--- a/llvm/lib/Target/MBlaze/MBlazeSchedule.td
+++ b/llvm/lib/Target/MBlaze/MBlazeSchedule.td
@@ -1,4 +1,4 @@
-//===- MBlazeSchedule.td - MBlaze Scheduling Definitions ---*- tablegen -*-===//
+//===-- MBlazeSchedule.td - MBlaze Scheduling Definitions --*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeSchedule3.td b/llvm/lib/Target/MBlaze/MBlazeSchedule3.td
index ccbf99dbd3a..20257a60a0f 100644
--- a/llvm/lib/Target/MBlaze/MBlazeSchedule3.td
+++ b/llvm/lib/Target/MBlaze/MBlazeSchedule3.td
@@ -1,4 +1,4 @@
-//===- MBlazeSchedule3.td - MBlaze Scheduling Definitions --*- tablegen -*-===//
+//===-- MBlazeSchedule3.td - MBlaze Scheduling Definitions -*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeSchedule5.td b/llvm/lib/Target/MBlaze/MBlazeSchedule5.td
index fa88766fdb1..ab53b424ded 100644
--- a/llvm/lib/Target/MBlaze/MBlazeSchedule5.td
+++ b/llvm/lib/Target/MBlaze/MBlazeSchedule5.td
@@ -1,4 +1,4 @@
-//===- MBlazeSchedule5.td - MBlaze Scheduling Definitions --*- tablegen -*-===//
+//===-- MBlazeSchedule5.td - MBlaze Scheduling Definitions -*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp b/llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp
index 7e5667f55c1..d12d14245ea 100644
--- a/llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp
+++ b/llvm/lib/Target/MBlaze/MBlazeSubtarget.cpp
@@ -1,4 +1,4 @@
-//===- MBlazeSubtarget.cpp - MBlaze Subtarget Information -------*- C++ -*-===//
+//===-- MBlazeSubtarget.cpp - MBlaze Subtarget Information ----------------===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeSubtarget.h b/llvm/lib/Target/MBlaze/MBlazeSubtarget.h
index 43b0197ad5a..eb375046f21 100644
--- a/llvm/lib/Target/MBlaze/MBlazeSubtarget.h
+++ b/llvm/lib/Target/MBlaze/MBlazeSubtarget.h
@@ -1,4 +1,4 @@
-//=====-- MBlazeSubtarget.h - Define Subtarget for the MBlaze -*- C++ -*--====//
+//===-- MBlazeSubtarget.h - Define Subtarget for the MBlaze ----*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h b/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h
index 512bcd0a318..1647a216921 100644
--- a/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h
+++ b/llvm/lib/Target/MBlaze/MBlazeTargetMachine.h
@@ -1,4 +1,4 @@
-//===-- MBlazeTargetMachine.h - Define TargetMachine for MBlaze --- C++ ---===//
+//===-- MBlazeTargetMachine.h - Define TargetMachine for MBlaze -*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h b/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
index 284309dd6f2..36bf655c52c 100644
--- a/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
+++ b/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCAsmInfo.h
@@ -1,4 +1,4 @@
-//=====-- MBlazeMCAsmInfo.h - MBlaze asm properties -----------*- C++ -*--====//
+//===-- MBlazeMCAsmInfo.h - MBlaze asm properties --------------*- C++ -*--===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp b/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
index a3a5cf4e3e1..9d64cf2306f 100644
--- a/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
+++ b/llvm/lib/Target/MBlaze/MCTargetDesc/MBlazeMCTargetDesc.cpp
@@ -1,4 +1,4 @@
-//===-- MBlazeMCTargetDesc.cpp - MBlaze Target Descriptions -----*- C++ -*-===//
+//===-- MBlazeMCTargetDesc.cpp - MBlaze Target Descriptions ---------------===//
//
// The LLVM Compiler Infrastructure
//
OpenPOWER on IntegriCloud