1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

Remove a stale forward declaration.

llvm-svn: 156770
This commit is contained in:
Andrew Trick 2012-05-14 18:03:19 +00:00
parent 184e921187
commit c0a8fc3638

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.