diff options
Diffstat (limited to 'tools/llvmc/CompilerDriver.cpp')
-rw-r--r-- | tools/llvmc/CompilerDriver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvmc/CompilerDriver.cpp b/tools/llvmc/CompilerDriver.cpp index 352d64f83f..c1c9b982c2 100644 --- a/tools/llvmc/CompilerDriver.cpp +++ b/tools/llvmc/CompilerDriver.cpp @@ -10,7 +10,7 @@ // // This file implements the bulk of the LLVM Compiler Driver (llvmc). // -//===------------------------------------------------------------------------=== +//===----------------------------------------------------------------------===// #include "CompilerDriver.h" #include "ConfigLexer.h" |