Remove unneccesary forward decl

llvm-svn: 5710
This commit is contained in:
Chris Lattner 2003-03-06 16:37:29 +00:00
parent d5c4ef5456
commit 1520eda3e3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
// Make sure that anything that uses AliasAnalysis pulls in this file...
void BasicAAStub() {}
class GetElementPtrInst;
namespace {
struct BasicAliasAnalysis : public ImmutablePass, public AliasAnalysis {