commit | b08aafd161fd1f14ba3a5937914f64d1ee9f9ef1 | [log] [tgz] |
---|---|---|
author | Mikhail Glushenkov <foldr@codedgers.com> | Wed Nov 12 00:04:46 2008 +0000 |
committer | Mikhail Glushenkov <foldr@codedgers.com> | Wed Nov 12 00:04:46 2008 +0000 |
tree | ec9663ad61f99e0fca974f3b5bd68fbf1b52394b | |
parent | 500a3d5f9702f1cc8129225d3c25ed17d986eac6 [diff] |
Some cosmetic changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59096 91177308-0d34-0410-b5e6-96231b3b80d8
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 {