summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/SCEVValidator.cpp
diff options
context:
space:
mode:
authorTobias Grosser <grosser@fim.uni-passau.de>2011-11-17 12:56:12 +0000
committerTobias Grosser <grosser@fim.uni-passau.de>2011-11-17 12:56:12 +0000
commit2a7cd94215188b16c0e002f4ea55777cce4a3eff (patch)
tree7ded9fe4f9a0e7774c660d993b13016830b6b4f1 /polly/lib/Support/SCEVValidator.cpp
parent7ffe4e8b0bba5f5d001a6f88c74f0b8c2ae183d9 (diff)
downloadbcm5719-llvm-2a7cd94215188b16c0e002f4ea55777cce4a3eff.tar.gz
bcm5719-llvm-2a7cd94215188b16c0e002f4ea55777cce4a3eff.zip
SCEVValidator: Fix typo
llvm-svn: 144903
Diffstat (limited to 'polly/lib/Support/SCEVValidator.cpp')
-rw-r--r--polly/lib/Support/SCEVValidator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/Support/SCEVValidator.cpp b/polly/lib/Support/SCEVValidator.cpp
index a7c398e1908..fd951af4f22 100644
--- a/polly/lib/Support/SCEVValidator.cpp
+++ b/polly/lib/Support/SCEVValidator.cpp
@@ -141,7 +141,7 @@ public:
ValidatorResult LHS = visit(Expr->getLHS());
ValidatorResult RHS = visit(Expr->getRHS());
- // We currently do not represent a unsigned devision as an affine
+ // We currently do not represent an unsigned devision as an affine
// expression. If the division is constant during Scop execution we treat it
// as a parameter, otherwise we bail out.
if (LHS.isConstant() && RHS.isConstant())
OpenPOWER on IntegriCloud