summaryrefslogtreecommitdiff
path: root/tools/llvm-as/llvm-as.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-29 18:52:52 +0000
committerChris Lattner <sabre@nondot.org>2006-05-29 18:52:52 +0000
commit6d1727cf143ab033e76f39b0854aced7ba144701 (patch)
tree08828553ab141b25a175da62d5f9fd43d101c3a3 /tools/llvm-as/llvm-as.cpp
parent74f48d133c04fb008e6a6de70e904fc2739b12fe (diff)
Silly cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28544 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-as/llvm-as.cpp')
-rw-r--r--tools/llvm-as/llvm-as.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp
index ad7ad29c960..1dbcd1d1b83 100644
--- a/tools/llvm-as/llvm-as.cpp
+++ b/tools/llvm-as/llvm-as.cpp
@@ -13,7 +13,7 @@
// llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bytecode
// to the x.bc file.
//
-//===------------------------------------------------------------------------===
+//===----------------------------------------------------------------------===//
#include "llvm/Module.h"
#include "llvm/Assembly/Parser.h"