mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-30 23:21:04 +00:00
Finegrainify namespacification
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6057760793
commit
ec4e8085e8
@ -22,11 +22,10 @@
|
||||
#include "llvm/GlobalValue.h"
|
||||
#include "llvm/DerivedTypes.h"
|
||||
#include "llvm/Target/TargetData.h"
|
||||
|
||||
namespace llvm {
|
||||
using namespace llvm;
|
||||
|
||||
// Make sure that anything that uses AliasAnalysis pulls in this file...
|
||||
void BasicAAStub() {}
|
||||
namespace llvm { void BasicAAStub() {} }
|
||||
|
||||
namespace {
|
||||
struct BasicAliasAnalysis : public ImmutablePass, public AliasAnalysis {
|
||||
@ -363,4 +362,3 @@ BasicAliasAnalysis::CheckGEPInstructions(GetElementPtrInst *GEP1, unsigned G1S,
|
||||
return MayAlias;
|
||||
}
|
||||
|
||||
} // End llvm namespace
|
||||
|
Loading…
Reference in New Issue
Block a user