summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2016-01-20 16:41:43 +0000
committerSanjay Patel <spatel@rotateright.com>2016-01-20 16:41:43 +0000
commit1c600c6e83ec61a7dc2c7f2ecb720aaacb5d8c7b (patch)
tree1d170fb40f5eaaf0da615507d4ecd50e0ec78ef8 /llvm/lib
parent2b6963fce925dbaaffc83ea6b62f5a77baf84665 (diff)
downloadbcm5719-llvm-1c600c6e83ec61a7dc2c7f2ecb720aaacb5d8c7b.tar.gz
bcm5719-llvm-1c600c6e83ec61a7dc2c7f2ecb720aaacb5d8c7b.zip
80-cols; NFC
llvm-svn: 258323
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
index 4c7478e3a1a..9eef454baa4 100644
--- a/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
+++ b/llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
@@ -754,8 +754,8 @@ Instruction *InstCombiner::visitCallInst(CallInst &CI) {
if (Changed) return II;
}
- auto SimplifyDemandedVectorEltsLow = [this](Value *Op, unsigned Width, unsigned DemandedWidth)
- {
+ auto SimplifyDemandedVectorEltsLow = [this](Value *Op, unsigned Width,
+ unsigned DemandedWidth) {
APInt UndefElts(Width, 0);
APInt DemandedElts = APInt::getLowBitsSet(Width, DemandedWidth);
return SimplifyDemandedVectorElts(Op, DemandedElts, UndefElts);
OpenPOWER on IntegriCloud