summaryrefslogtreecommitdiff
path: root/tools/llvmc2
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-05-30 06:20:54 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-05-30 06:20:54 +0000
commitfb37f391116ddf95a66d55c8677681058dd6b726 (patch)
tree06b5fa4685481a32b206d7d00257441639619fe2 /tools/llvmc2
parent2e73e851d8a4b5abea990011c201dc391e5e04c1 (diff)
downloadllvm-fb37f391116ddf95a66d55c8677681058dd6b726.tar.gz
llvm-fb37f391116ddf95a66d55c8677681058dd6b726.tar.bz2
llvm-fb37f391116ddf95a66d55c8677681058dd6b726.tar.xz
Fix some headers.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvmc2')
-rw-r--r--tools/llvmc2/AutoGenerated.cpp2
-rw-r--r--tools/llvmc2/AutoGenerated.h2
-rw-r--r--tools/llvmc2/Common.td2
-rw-r--r--tools/llvmc2/Graph.td2
-rw-r--r--tools/llvmc2/Tool.h2
-rw-r--r--tools/llvmc2/llvmc.cpp2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/llvmc2/AutoGenerated.cpp b/tools/llvmc2/AutoGenerated.cpp
index 2bd624afcc..213db01e0b 100644
--- a/tools/llvmc2/AutoGenerated.cpp
+++ b/tools/llvmc2/AutoGenerated.cpp
@@ -1,4 +1,4 @@
-//===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
+//===--- AutoGenerated.cpp - The LLVM Compiler Driver -----------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvmc2/AutoGenerated.h b/tools/llvmc2/AutoGenerated.h
index 106a04ef84..5ace7d2a94 100644
--- a/tools/llvmc2/AutoGenerated.h
+++ b/tools/llvmc2/AutoGenerated.h
@@ -1,4 +1,4 @@
-//===--- Tools.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
+//===--- AutoGenerated.h - The LLVM Compiler Driver -------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvmc2/Common.td b/tools/llvmc2/Common.td
index a7515b8f0f..524ea56728 100644
--- a/tools/llvmc2/Common.td
+++ b/tools/llvmc2/Common.td
@@ -1,4 +1,4 @@
-//===- Tools.td - Common definitions for LLVMCC -----------*- tablegen -*-===//
+//===- Common.td - Common definitions for LLVMCC ----------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvmc2/Graph.td b/tools/llvmc2/Graph.td
index 5c2902e288..fb48ffb7c2 100644
--- a/tools/llvmc2/Graph.td
+++ b/tools/llvmc2/Graph.td
@@ -1,4 +1,4 @@
-//===- Example.td - LLVMCC toolchain descriptions ---------*- tablegen -*-===//
+//===- Graph.td - LLVMCC toolchain descriptions ------------*- tablegen -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvmc2/Tool.h b/tools/llvmc2/Tool.h
index ec9d1546ff..4762b1ee65 100644
--- a/tools/llvmc2/Tool.h
+++ b/tools/llvmc2/Tool.h
@@ -1,4 +1,4 @@
-//===--- Tools.h - The LLVM Compiler Driver ---------------------*- C++ -*-===//
+//===--- Tool.h - The LLVM Compiler Driver ----------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/tools/llvmc2/llvmc.cpp b/tools/llvmc2/llvmc.cpp
index c06ea59ed9..403e61da90 100644
--- a/tools/llvmc2/llvmc.cpp
+++ b/tools/llvmc2/llvmc.cpp
@@ -1,4 +1,4 @@
-//===--- llvmc.cpp - The LLVM Compiler Driver ------------------*- C++ -*-===//
+//===--- llvmc.cpp - The LLVM Compiler Driver -------------------*- C++ -*-===//
//
// The LLVM Compiler Infrastructure
//