aboutsummaryrefslogtreecommitdiff
path: root/tools/llvmc/CompilerDriver.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-05-29 18:52:05 +0000
committerChris Lattner <sabre@nondot.org>2006-05-29 18:52:05 +0000
commit74f48d133c04fb008e6a6de70e904fc2739b12fe (patch)
tree960e2d61263eff81e1b93b9730ad7f232254c424 /tools/llvmc/CompilerDriver.cpp
parent0490c0f124ac42a84b6fc0e2b9c0efb807a1afcc (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.cpp2
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"