mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 00:24:00 +00:00
remove two unneeded forward declarations, pointed out by Gabor.
llvm-svn: 60735
This commit is contained in:
parent
e99b76aa24
commit
aa0be1e32a
@ -22,8 +22,6 @@
|
||||
namespace llvm {
|
||||
|
||||
class TerminatorInst;
|
||||
template <class Term, class BB> class SuccIterator; // Successor Iterator
|
||||
template <class Ptr, class USE_iterator> class PredIterator;
|
||||
|
||||
template<> struct ilist_traits<Instruction>
|
||||
: public SymbolTableListTraits<Instruction, BasicBlock> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user