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 | 1d7b50b4f823012dc283e46c2bd8036d32b402f4 (patch) | |
tree | 07cd5b560a0a726906cb1117f1695939f5e0eec8 /tools | |
parent | 075a0b771e1d76ce64f4628b7a680ef6a0486a4b (diff) | |
download | external_llvm-1d7b50b4f823012dc283e46c2bd8036d32b402f4.zip external_llvm-1d7b50b4f823012dc283e46c2bd8036d32b402f4.tar.gz external_llvm-1d7b50b4f823012dc283e46c2bd8036d32b402f4.tar.bz2 |
Fix comment flyer
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@781 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dis/dis.cpp | 4 | ||||
-rw-r--r-- | tools/llvm-dis/dis.cpp | 4 | ||||
-rw-r--r-- | tools/llvm-dis/llvm-dis.cpp | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/tools/dis/dis.cpp b/tools/dis/dis.cpp index 27a3c93..712cf85 100644 --- a/tools/dis/dis.cpp +++ b/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/tools/llvm-dis/dis.cpp b/tools/llvm-dis/dis.cpp index 27a3c93..712cf85 100644 --- a/tools/llvm-dis/dis.cpp +++ b/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/tools/llvm-dis/llvm-dis.cpp b/tools/llvm-dis/llvm-dis.cpp index 27a3c93..712cf85 100644 --- a/tools/llvm-dis/llvm-dis.cpp +++ b/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> |