summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-13 07:06:57 +0000
committerChris Lattner <sabre@nondot.org>2001-10-13 07:06:57 +0000
commit6d56c6b5b6e93c54525aec1f77efafff0c5e621f (patch)
tree5653c34da420cc7e4b2be9852785f4eb9dc8b973
parent9d810e04943165b57d800ad978fa657caa76c34e (diff)
downloadbcm5719-llvm-6d56c6b5b6e93c54525aec1f77efafff0c5e621f.tar.gz
bcm5719-llvm-6d56c6b5b6e93c54525aec1f77efafff0c5e621f.zip
Fix comment flyer
llvm-svn: 781
-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