mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-24 08:33:39 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@211717 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
79142eebab
commit
75f1d664b4
@ -1814,13 +1814,13 @@ bool X86FastISel::X86FastEmitCMoveSelect(const Instruction *I) {
|
|||||||
bool FoldIntrinsic = false;
|
bool FoldIntrinsic = false;
|
||||||
if (const auto *II = dyn_cast<IntrinsicInst>(EV->getAggregateOperand())) {
|
if (const auto *II = dyn_cast<IntrinsicInst>(EV->getAggregateOperand())) {
|
||||||
switch (II->getIntrinsicID()) {
|
switch (II->getIntrinsicID()) {
|
||||||
default: break;
|
default: break;
|
||||||
case Intrinsic::sadd_with_overflow:
|
case Intrinsic::sadd_with_overflow:
|
||||||
case Intrinsic::uadd_with_overflow:
|
case Intrinsic::uadd_with_overflow:
|
||||||
case Intrinsic::ssub_with_overflow:
|
case Intrinsic::ssub_with_overflow:
|
||||||
case Intrinsic::usub_with_overflow:
|
case Intrinsic::usub_with_overflow:
|
||||||
case Intrinsic::smul_with_overflow:
|
case Intrinsic::smul_with_overflow:
|
||||||
case Intrinsic::umul_with_overflow: FoldIntrinsic = true; break;
|
case Intrinsic::umul_with_overflow: FoldIntrinsic = true; break;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Check if both instructions are in the same basic block.
|
// Check if both instructions are in the same basic block.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user