summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorJuergen Ributzka <juergen@apple.com>2014-06-25 16:49:37 +0000
committerJuergen Ributzka <juergen@apple.com>2014-06-25 16:49:37 +0000
commit9029bda8a31c6d2f908fd1d6e6e4d8615c8c76c7 (patch)
tree03c84cdf3f9de12bfbd031012a70cb9db4e2691c /llvm
parent702eefed9a5f3dd407b5e9178f96a1a4661f0584 (diff)
downloadbcm5719-llvm-9029bda8a31c6d2f908fd1d6e6e4d8615c8c76c7.tar.gz
bcm5719-llvm-9029bda8a31c6d2f908fd1d6e6e4d8615c8c76c7.zip
Fix indentation.
llvm-svn: 211717
Diffstat (limited to 'llvm')
-rw-r--r--llvm/lib/Target/X86/X86FastISel.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/llvm/lib/Target/X86/X86FastISel.cpp b/llvm/lib/Target/X86/X86FastISel.cpp
index 17999a59aa1..6ada3977f06 100644
--- a/llvm/lib/Target/X86/X86FastISel.cpp
+++ b/llvm/lib/Target/X86/X86FastISel.cpp
@@ -1814,13 +1814,13 @@ bool X86FastISel::X86FastEmitCMoveSelect(const Instruction *I) {
bool FoldIntrinsic = false;
if (const auto *II = dyn_cast<IntrinsicInst>(EV->getAggregateOperand())) {
switch (II->getIntrinsicID()) {
- default: break;
- case Intrinsic::sadd_with_overflow:
- case Intrinsic::uadd_with_overflow:
- case Intrinsic::ssub_with_overflow:
- case Intrinsic::usub_with_overflow:
- case Intrinsic::smul_with_overflow:
- case Intrinsic::umul_with_overflow: FoldIntrinsic = true; break;
+ default: break;
+ case Intrinsic::sadd_with_overflow:
+ case Intrinsic::uadd_with_overflow:
+ case Intrinsic::ssub_with_overflow:
+ case Intrinsic::usub_with_overflow:
+ case Intrinsic::smul_with_overflow:
+ case Intrinsic::umul_with_overflow: FoldIntrinsic = true; break;
}
// Check if both instructions are in the same basic block.
OpenPOWER on IntegriCloud