diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-as/llvm-as.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-as/llvm-as.cpp b/tools/llvm-as/llvm-as.cpp index ad7ad29..1dbcd1d 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" |