[PATCH] D35471: [Polly] [RFC] Calculate AST expression type
Maximilian Falkenstein via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 16 19:40:11 PDT 2017
maxf added a comment.
Note: Modifications in codegen.c are only for debugging.
================
Comment at: lib/External/isl/codegen.c:304
+ if (fd != stdin)
+ fclose(fd);
return r;
----------------
The changes in this file are for debugging only and will be removed for the final version.
https://reviews.llvm.org/D35471
More information about the llvm-commits
mailing list