[Sparc] Tweak r255668: Use llvm_unreachable.

llvm-svn: 255698
This commit is contained in:
James Y Knight 2015-12-15 23:07:16 +00:00
parent 0817da881e
commit 99fcb721b2
1 changed files with 1 additions and 1 deletions

View File

@ -527,7 +527,7 @@ LowerFormalArguments_32(SDValue Chain,
"pass indirectly");
} else {
// We shouldn't see any other value types here.
assert(false && "Unexpected ValVT encountered in frame lowering.");
llvm_unreachable("Unexpected ValVT encountered in frame lowering.");
}
InVals.push_back(Load);
}