mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-01 01:30:36 +00:00
Fine grainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13436 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6875807572
commit
0555ed8bff
@ -20,8 +20,7 @@
|
||||
#include "llvm/SymbolTable.h"
|
||||
#include "llvm/Assembly/CachedWriter.h"
|
||||
#include "llvm/Support/InstIterator.h"
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
static RegisterAnalysis<FindUsedTypes>
|
||||
X("printusedtypes", "Find Used Types");
|
||||
@ -108,5 +107,3 @@ void FindUsedTypes::print(std::ostream &o, const Module *M) const {
|
||||
E = UsedTypes.end(); I != E; ++I)
|
||||
o << " " << *I << "\n";
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
Loading…
x
Reference in New Issue
Block a user