forked from OSchip/llvm-project
[Sparc] Tweak r255668: Use llvm_unreachable.
llvm-svn: 255698
This commit is contained in:
parent
0817da881e
commit
99fcb721b2
|
@ -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