diff options
author | Kenneth Graunke <[email protected]> | 2014-09-03 23:29:04 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2014-09-05 09:52:38 -0700 |
commit | 6ff5bb24658c55c28e462c657816fda2d8e53a65 (patch) | |
tree | f067945d2067725e7988b0c39e9b55c4b8f11be9 /src/mesa/state_tracker | |
parent | 88d673bde685b07cf68829f54c5d5d4e28ba7c4e (diff) |
i965: Mark cfg dumping functions const.
The dump() methods don't alter the CFG or basic blocks, so we should
mark them as const. This lets you call them even if you have a const
cfg_t - which is the case in certain portions of the code (such as live
interval handling).
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/mesa/state_tracker')
0 files changed, 0 insertions, 0 deletions