mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-14 07:29:01 +00:00
MipsISelLowering.cpp: Fill unreachable paths to fix warnings. [-Wsometimes-uninitialized]
FIXME: Could they, unreachable(s), be removed? FIXME: I could prefer the coding standards... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173325 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
00cdf602ae
commit
b3105b9a9b
@ -2917,6 +2917,12 @@ const char* MipsTargetLowering::
|
||||
(RetTy->getContainedType(1)->isDoubleTy())) {
|
||||
result = dcMips16Helper[stubNum];
|
||||
}
|
||||
else {
|
||||
llvm_unreachable("Uncovered condition");
|
||||
}
|
||||
}
|
||||
else {
|
||||
llvm_unreachable("Uncovered condition");
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user