From: Greg Fischer Date: Tue, 25 Apr 2017 23:47:18 +0000 (-0600) Subject: Inline: Fix inliner description in usage message to reflect exceptions. X-Git-Tag: upstream/2018.6~904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d870dbe6a94e736b8dcdea82ef28828e5c7b8115;p=platform%2Fupstream%2FSPIRV-Tools.git Inline: Fix inliner description in usage message to reflect exceptions. --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index 366807e..26af62f 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -62,7 +62,9 @@ Options: --unify-const Remove the duplicated constants. --inline-entry-points-all - Exhaustively inline all function calls in entry points + Exhaustively inline all function calls in entry point functions. + Currently does not inline calls to functions with multiple + returns. --flatten-decorations Replace decoration groups with repeated OpDecorate and OpMemberDecorate instructions.