diff --git a/lib/BasicAnalyses/GeneratedCodeBasicInfo.cpp b/lib/BasicAnalyses/GeneratedCodeBasicInfo.cpp index e64ccf7f4..48165c5ec 100644 --- a/lib/BasicAnalyses/GeneratedCodeBasicInfo.cpp +++ b/lib/BasicAnalyses/GeneratedCodeBasicInfo.cpp @@ -144,7 +144,7 @@ GeneratedCodeBasicInfo::getSuccessors(BasicBlock *BB) { } else if (getType(Successor) == IBDHB) { // Ignore } else { - return SuccessorsList::other(); + Result.Other = true; } } }