Test commit

llvm-svn: 306539
This commit is contained in:
Tobias Grosser 2017-06-28 12:58:44 +00:00
parent 2990ac1ebd
commit 72d2539937

View File

@ -10,4 +10,3 @@ optimal loop structure. These transformations can be used to do constant
propagation through arrays, remove dead loop iterations, optimize loops for
cache locality, optimize arrays, apply advanced automatic parallelization, drive
vectorization, or they can be used to do software pipelining.