Add a comment.

llvm-svn: 112080
This commit is contained in:
Dan Gohman
2010-08-25 20:17:19 +00:00
parent 37b384cd66
commit 4a68f9b606

View File

@@ -1986,6 +1986,7 @@ bool BitcodeReader::ParseFunctionBody(Function *F) {
} while(OpNum != Record.size());
const Type *ReturnType = F->getReturnType();
// Handle multiple return values. FIXME: Remove in LLVM 3.0.
if (Vs.size() > 1 ||
(ReturnType->isStructTy() &&
(Vs.empty() || Vs[0]->getType() != ReturnType))) {