[polly] r191895 - clang-format
Tobias Grosser
tobias at grosser.es
Thu Oct 3 06:09:20 PDT 2013
Author: grosser
Date: Thu Oct 3 08:09:19 2013
New Revision: 191895
URL: http://llvm.org/viewvc/llvm-project?rev=191895&view=rev
Log:
clang-format
Modified:
polly/trunk/lib/Analysis/ScopInfo.cpp
Modified: polly/trunk/lib/Analysis/ScopInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/Analysis/ScopInfo.cpp?rev=191895&r1=191894&r2=191895&view=diff
==============================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp (original)
+++ polly/trunk/lib/Analysis/ScopInfo.cpp Thu Oct 3 08:09:19 2013
@@ -123,8 +123,7 @@ __isl_give isl_pw_aff *SCEVAffinator::vi
return SCEVVisitor<SCEVAffinator, isl_pw_aff *>::visit(Expr);
}
-__isl_give isl_pw_aff *
-SCEVAffinator::visitConstant(const SCEVConstant *Expr) {
+__isl_give isl_pw_aff *SCEVAffinator::visitConstant(const SCEVConstant *Expr) {
ConstantInt *Value = Expr->getValue();
isl_val *v;
More information about the llvm-commits
mailing list