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:
Chris Lattner 2003-12-11 05:44:59 +00:00
parent 8e32f5e46d
commit 863914578a

View File

@ -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 {