mirror of
https://github.com/RPCS3/llvm.git
synced 2025-04-01 21:03:54 +00:00
fit in 80 cols
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23051 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
376d54f9b6
commit
ee84f11577
@ -1522,7 +1522,7 @@ unsigned ISel::SelectExpr(SDOperand N, bool Recording) {
|
||||
if (Tmp3 == 0) {
|
||||
Tmp1 = SelectExpr(Node->getOperand(0));
|
||||
switch (CC) {
|
||||
default: Node->dump(); assert(0 && "Unhandled SetCC condition"); abort();
|
||||
default: Node->dump(); assert(0 && "Unhandled SetCC condition");abort();
|
||||
case ISD::SETEQ:
|
||||
Tmp2 = MakeIntReg();
|
||||
BuildMI(BB, PPC::CNTLZW, 1, Tmp2).addReg(Tmp1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user