[polly] r238930 - [doc] Rename -polly-detect-only= to -polly-only-func=

Tobias Grosser tobias at grosser.es
Wed Jun 3 08:45:19 PDT 2015


Author: grosser
Date: Wed Jun  3 10:45:19 2015
New Revision: 238930

URL: http://llvm.org/viewvc/llvm-project?rev=238930&view=rev
Log:
[doc] Rename -polly-detect-only= to -polly-only-func=

Modified:
    polly/trunk/www/example_load_Polly_into_clang.html

Modified: polly/trunk/www/example_load_Polly_into_clang.html
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/www/example_load_Polly_into_clang.html?rev=238930&r1=238929&r2=238930&view=diff
==============================================================================
--- polly/trunk/www/example_load_Polly_into_clang.html (original)
+++ polly/trunk/www/example_load_Polly_into_clang.html Wed Jun  3 10:45:19 2015
@@ -90,7 +90,7 @@ command line.
 
 <h3>Limit Polly to a single function</h3>
 To limit the execution of Polly to a single function, use the option
-<b>-polly-detect-only=functionname</b>.
+<b>-polly-only-func=functionname</b>.
 
 <h3>Disable LLVM-IR generation</h3>
 Polly normally regenerates LLVM-IR from the Polyhedral representation. To only





More information about the llvm-commits mailing list