Skip to content

Commit

Permalink
[Sparc] Tweak r255668: Use llvm_unreachable.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255698 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jyknight committed Dec 15, 2015
1 parent 053615b commit 3f5723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Target/Sparc/SparcISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 3f5723c

Please sign in to comment.