forked from OSchip/llvm-project
Revert part of r248776. One of the changes worked on my local build, but not on the bots.
llvm-svn: 248778
This commit is contained in:
parent
9f27fc0599
commit
ae88a85775
|
@ -1445,7 +1445,7 @@ public:
|
||||||
|
|
||||||
/// Return the list of basic blocks that this terminator can branch to.
|
/// Return the list of basic blocks that this terminator can branch to.
|
||||||
ArrayRef<BasicBlock*> successors() {
|
ArrayRef<BasicBlock*> successors() {
|
||||||
return Branches;
|
return llvm::makeArrayRef(Branches);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <class V>
|
template <class V>
|
||||||
|
|
Loading…
Reference in New Issue