aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/options.md
blob: 5677789e18180ea5df94486e91039015bba66a0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Options

This file is a complement of man page for sparse but meant
for options not to be used by sparse itself but by the other
tools.

## Developer options:

### Select the passes

* '-f\<name-of-the-pass\>[-disable|-enable|=last]'

  If '=last' is used, all passes after the specified one are disabled.
  By default all passes are enabled.

  The passes currently understood are:
  * 'mem2reg'
  * 'optim'