Remove a stale forward declaration.

llvm-svn: 156770
This commit is contained in:
Andrew Trick 2012-05-14 18:03:19 +00:00
parent 459d5f62c2
commit 31ee64d9dc
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@ namespace llvm {
class AllocaInst;
class DominatorTree;
class DominanceFrontier;
class AliasSetTracker;
/// isAllocaPromotable - Return true if this alloca is legal for promotion.