mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-14 23:29:51 +00:00
[Sparc] Tweak r255668: Use llvm_unreachable.
llvm-svn: 255698
This commit is contained in:
parent
39e538e166
commit
9261eab6db
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user