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 | dc0b3afcdda0696addf46e6199dad4482fe635c9 (patch) | |
tree | 4a601b384c3bfd58619aeda111477c67194fbcc0 /llvm/tools/llvmc/Configuration.h | |
parent | 131ca2869c2d779ee1aacd18b28942fd6a136c6f (diff) | |
download | bcm5719-llvm-dc0b3afcdda0696addf46e6199dad4482fe635c9.tar.gz bcm5719-llvm-dc0b3afcdda0696addf46e6199dad4482fe635c9.zip |
silly cleanup
llvm-svn: 28543
Diffstat (limited to 'llvm/tools/llvmc/Configuration.h')
-rw-r--r-- | llvm/tools/llvmc/Configuration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/tools/llvmc/Configuration.h b/llvm/tools/llvmc/Configuration.h index b121f9dcbb9..bf3827581c8 100644 --- a/llvm/tools/llvmc/Configuration.h +++ b/llvm/tools/llvmc/Configuration.h @@ -10,7 +10,8 @@ // This file declares the LLVMC_ConfigDataProvider class which implements the // generation of ConfigData objects for the CompilerDriver. // -//===------------------------------------------------------------------------=== +//===----------------------------------------------------------------------===// + #ifndef LLVM_TOOLS_LLVMC_CONFIGDATA_H #define LLVM_TOOLS_LLVMC_CONFIGDATA_H |