From 6d56c6b5b6e93c54525aec1f77efafff0c5e621f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sat, 13 Oct 2001 07:06:57 +0000 Subject: Fix comment flyer llvm-svn: 781 --- llvm/tools/llvm-dis/llvm-dis.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/tools/llvm-dis/llvm-dis.cpp') 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 #include -- cgit v1.2.3