summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/tools/dis/dis.cpp4
-rw-r--r--llvm/tools/llvm-dis/dis.cpp4
-rw-r--r--llvm/tools/llvm-dis/llvm-dis.cpp4
3 files changed, 6 insertions, 6 deletions
diff --git a/llvm/tools/dis/dis.cpp b/llvm/tools/dis/dis.cpp
index 27a3c939960..712cf85e812 100644
--- a/llvm/tools/dis/dis.cpp
+++ b/llvm/tools/dis/dis.cpp
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
// LLVM 'DIS' UTILITY
//
// This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
//
// TODO: add -vcg which prints VCG compatible output.
//
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
#include <iostream.h>
#include <fstream.h>
diff --git a/llvm/tools/llvm-dis/dis.cpp b/llvm/tools/llvm-dis/dis.cpp
index 27a3c939960..712cf85e812 100644
--- a/llvm/tools/llvm-dis/dis.cpp
+++ b/llvm/tools/llvm-dis/dis.cpp
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
// LLVM 'DIS' UTILITY
//
// This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
//
// TODO: add -vcg which prints VCG compatible output.
//
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
#include <iostream.h>
#include <fstream.h>
diff --git a/llvm/tools/llvm-dis/llvm-dis.cpp b/llvm/tools/llvm-dis/llvm-dis.cpp
index 27a3c939960..712cf85e812 100644
--- a/llvm/tools/llvm-dis/llvm-dis.cpp
+++ b/llvm/tools/llvm-dis/llvm-dis.cpp
@@ -1,4 +1,4 @@
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
// LLVM 'DIS' UTILITY
//
// This utility may be invoked in the following manner:
@@ -14,7 +14,7 @@
//
// TODO: add -vcg which prints VCG compatible output.
//
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
#include <iostream.h>
#include <fstream.h>
OpenPOWER on IntegriCloud