diff options
author | Tobias Grosser <tobias@grosser.es> | 2016-01-05 11:48:59 +0000 |
---|---|---|
committer | Tobias Grosser <tobias@grosser.es> | 2016-01-05 11:48:59 +0000 |
commit | c28ae257c08102b217606330c657faf14d0f41b3 (patch) | |
tree | 91ca5cec13d1d80a4b164701245cf01256b5423f | |
parent | 100ef6b30ceab11beedcfe7c7675d82ee8cc4a2a (diff) | |
download | bcm5719-llvm-c28ae257c08102b217606330c657faf14d0f41b3.tar.gz bcm5719-llvm-c28ae257c08102b217606330c657faf14d0f41b3.zip |
TODO: Polly can handle boolean expressions (Open->Done)
The necessary support was committed by Johannes in r249971.
llvm-svn: 256826
-rw-r--r-- | polly/www/todo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/www/todo.html b/polly/www/todo.html index 110e8061e68..4bd7948ad26 100644 --- a/polly/www/todo.html +++ b/polly/www/todo.html @@ -95,7 +95,7 @@ Support for Modulos <tr> <th align="left"> Boolean Combinations -</th><td align="center" class='open'> Open +</th><td align="center" class='done'> Done </td><td> </td></tr> <tr> |