summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms
diff options
context:
space:
mode:
authorDavide Italiano <davide@freebsd.org>2016-07-07 17:44:38 +0000
committerDavide Italiano <davide@freebsd.org>2016-07-07 17:44:38 +0000
commit709d41819b9985a910b6a27c2bde2897ea8e4fdc (patch)
tree6580d8b65e2c899038774f6102490def117cbb37 /llvm/lib/Transforms
parent9654f2afe3e166bbdd2225eb9d5eb2c9c1b3570b (diff)
downloadbcm5719-llvm-709d41819b9985a910b6a27c2bde2897ea8e4fdc.tar.gz
bcm5719-llvm-709d41819b9985a910b6a27c2bde2897ea8e4fdc.zip
[LoopStrengthReduce] Fix -Wmisleading-indentation. Reported by GCC6.
llvm-svn: 274773
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r--llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
index 252ab928c1c..e49bd9ec4a9 100644
--- a/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
+++ b/llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
@@ -947,8 +947,8 @@ void Cost::RateRegister(const SCEV *Reg,
isa<SCEVConstant>(cast<SCEVAddRecExpr>(Reg)->getStart()))))
++SetupCost;
- NumIVMuls += isa<SCEVMulExpr>(Reg) &&
- SE.hasComputableLoopEvolution(Reg, L);
+ NumIVMuls += isa<SCEVMulExpr>(Reg) &&
+ SE.hasComputableLoopEvolution(Reg, L);
}
/// Record this register in the set. If we haven't seen it before, rate
OpenPOWER on IntegriCloud