From 2542c0a191e24b5d91c447aee94992c318cb05b1 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 16 Oct 2011 17:01:15 +0100 Subject: [PATCH] Document -first-unroll in 'cloog -help' output. Signed-off-by: Tobias Grosser --- source/options.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/options.c b/source/options.c index 561b4f6..7fb5dbd 100644 --- a/source/options.c +++ b/source/options.c @@ -176,7 +176,8 @@ void cloog_options_help() " -stop Loop depth to stop code generation (-1: infinity)" "\n (default setting: -1).\n" " -strides Handle non-unit strides (1) or not (0)\n" - " (default setting: 0).\n") ; + " (default setting: 0).\n" + " -first-unroll First loop dimension to unroll (-1: no unrolling)\n"); printf( "\nOptions for pretty printing:\n" " -otl Simplify loops running one time (1) or not (0)\n" -- 2.11.4.GIT