diff options
author | Chris Lattner <sabre@nondot.org> | 2006-05-29 18:52:05 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-05-29 18:52:05 +0000 |
commit | 74f48d133c04fb008e6a6de70e904fc2739b12fe (patch) | |
tree | 960e2d61263eff81e1b93b9730ad7f232254c424 /tools/llvmc/CompilerDriver.cpp | |
parent | 0490c0f124ac42a84b6fc0e2b9c0efb807a1afcc (diff) |
silly cleanup
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28543 91177308-0d34-0410-b5e6-96231b3b80d8
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" |