projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
053615b
)
[Sparc] Tweak r255668: Use llvm_unreachable.
author
James Y Knight
<jyknight@google.com>
Tue, 15 Dec 2015 23:07:16 +0000
(23:07 +0000)
committer
James Y Knight
<jyknight@google.com>
Tue, 15 Dec 2015 23:07:16 +0000
(23:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@255698
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/Sparc/SparcISelLowering.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/Sparc/SparcISelLowering.cpp
b/lib/Target/Sparc/SparcISelLowering.cpp
index
47c8c3a
..
5e70ffe
100644
(file)
--- a/
lib/Target/Sparc/SparcISelLowering.cpp
+++ b/
lib/Target/Sparc/SparcISelLowering.cpp
@@
-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);
}