aboutsummaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2008-11-12 00:04:46 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2008-11-12 00:04:46 +0000
commitaa4774caaafddb1ddf42485598f6040469615ce2 (patch)
treeec9663ad61f99e0fca974f3b5bd68fbf1b52394b /utils
parent19ab6b09401be56cc13e4c81262cc76235a4fa43 (diff)
downloadexternal_llvm-aa4774caaafddb1ddf42485598f6040469615ce2.zip
external_llvm-aa4774caaafddb1ddf42485598f6040469615ce2.tar.gz
external_llvm-aa4774caaafddb1ddf42485598f6040469615ce2.tar.bz2
Some cosmetic changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59096 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils')
-rw-r--r--utils/TableGen/LLVMCConfigurationEmitter.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/TableGen/LLVMCConfigurationEmitter.cpp b/utils/TableGen/LLVMCConfigurationEmitter.cpp
index a68c056..7836172 100644
--- a/utils/TableGen/LLVMCConfigurationEmitter.cpp
+++ b/utils/TableGen/LLVMCConfigurationEmitter.cpp
@@ -20,12 +20,14 @@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/Streams.h"
+
#include <algorithm>
#include <cassert>
#include <functional>
#include <stdexcept>
#include <string>
#include <typeinfo>
+
using namespace llvm;
namespace {