diff options
| author | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:06:57 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2001-10-13 07:06:57 +0000 |
| commit | 6d56c6b5b6e93c54525aec1f77efafff0c5e621f (patch) | |
| tree | 5653c34da420cc7e4b2be9852785f4eb9dc8b973 | |
| parent | 9d810e04943165b57d800ad978fa657caa76c34e (diff) | |
| download | bcm5719-llvm-6d56c6b5b6e93c54525aec1f77efafff0c5e621f.tar.gz bcm5719-llvm-6d56c6b5b6e93c54525aec1f77efafff0c5e621f.zip | |
Fix comment flyer
llvm-svn: 781
| -rw-r--r-- | llvm/tools/dis/dis.cpp | 4 | ||||
| -rw-r--r-- | llvm/tools/llvm-dis/dis.cpp | 4 | ||||
| -rw-r--r-- | llvm/tools/llvm-dis/llvm-dis.cpp | 4 |
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> |

