summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2014-04-29 21:02:37 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2014-04-29 21:02:37 +0000
commit152ee213a4eeef8eaf63716e41c054e3d7572b29 (patch)
treec104b0c6b18fd95934c3eab6cada5c4b28d5b763 /llvm/lib/Transforms
parenteb7bdbd0ce8d71e95c4e9a09b1e5cda7234cbfcd (diff)
downloadbcm5719-llvm-152ee213a4eeef8eaf63716e41c054e3d7572b29.tar.gz
bcm5719-llvm-152ee213a4eeef8eaf63716e41c054e3d7572b29.zip
Remove tabs.
Sorry, new machine and I forgot to change the editor setting. llvm-svn: 207578
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
index 785d19e45b5..cc43675360f 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
@@ -731,10 +731,10 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
// The intrinsics only read one or two bits, clear the rest.
for (unsigned I = 0; I < Size; ++I) {
- uint32_t Index = C->getElementAsInteger(I) & 0x3;
- if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
- II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
- Index >>= 1;
+ uint32_t Index = C->getElementAsInteger(I) & 0x3;
+ if (II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd ||
+ II->getIntrinsicID() == Intrinsic::x86_avx_vpermilvar_pd_256)
+ Index >>= 1;
Indexes[I] = Index;
}
OpenPOWER on IntegriCloud