commit | 76d7c529fb6ea2004ebb7b9733aa5bec55d5c0d5 | [log] [tgz] |
---|---|---|
author | Tobias Grosser <grosser@fim.uni-passau.de> | Sat May 14 19:01:37 2011 +0000 |
committer | Tobias Grosser <grosser@fim.uni-passau.de> | Sat May 14 19:01:37 2011 +0000 |
tree | 5671528926b8b0defc0e48cc86c6c0e8a4303ffd | |
parent | 3c2fd1cf62b62a75a43ea8f9f667789988d58257 [diff] [blame] |
CodeGeneration: Support only simple regions llvm-svn: 131351
diff --git a/polly/lib/CodeGeneration.cpp b/polly/lib/CodeGeneration.cpp index 1f53ba5..1f2b88e 100644 --- a/polly/lib/CodeGeneration.cpp +++ b/polly/lib/CodeGeneration.cpp
@@ -1364,6 +1364,8 @@ return false; } + assert(R->isSimple() && "Only simple regions supported"); + createSeSeEdges(R); // Create a basic block in which to start code generation.