diff options
author | Mikhail Glushenkov <foldr@codedgers.com> | 2008-11-12 00:04:46 +0000 |
---|---|---|
committer | Mikhail Glushenkov <foldr@codedgers.com> | 2008-11-12 00:04:46 +0000 |
commit | c1e7dbb1f74fce90d890fcc27de0ed93497faa5d (patch) | |
tree | 9e16bc1424d599ee1ecbd7b39c6d829cd66333ba /llvm/utils/TableGen | |
parent | 8307290f354ab6d9febfa9cc03a89465bf93d2d3 (diff) | |
download | bcm5719-llvm-c1e7dbb1f74fce90d890fcc27de0ed93497faa5d.tar.gz bcm5719-llvm-c1e7dbb1f74fce90d890fcc27de0ed93497faa5d.zip |
Some cosmetic changes.
llvm-svn: 59096
Diffstat (limited to 'llvm/utils/TableGen')
-rw-r--r-- | llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp b/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp index a68c0561cea..7836172a44c 100644 --- a/llvm/utils/TableGen/LLVMCConfigurationEmitter.cpp +++ b/llvm/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 { |