mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-14 16:33:28 +00:00
With Brian's change to AA.h we can now clean out this uglyness
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10398 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8e32f5e46d
commit
863914578a
@ -25,7 +25,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
// Make sure that anything that uses AliasAnalysis pulls in this file...
|
||||
namespace llvm { void BasicAAStub() {} }
|
||||
void llvm::BasicAAStub() {}
|
||||
|
||||
namespace {
|
||||
struct BasicAliasAnalysis : public ImmutablePass, public AliasAnalysis {
|
||||
|
Loading…
x
Reference in New Issue
Block a user