Remove a stale forward declaration.
authorAndrew Trick <atrick@apple.com>
Mon, 14 May 2012 18:03:19 +0000 (18:03 +0000)
committerAndrew Trick <atrick@apple.com>
Mon, 14 May 2012 18:03:19 +0000 (18:03 +0000)
llvm-svn: 156770

llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h

index 98d51a2..0bb6ec6 100644 (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.