diff options
author | Kenneth Graunke <[email protected]> | 2012-05-10 16:10:14 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2012-05-14 15:12:46 -0700 |
commit | d1029f99884e2ba7f663765274cd6bdb4f82feed (patch) | |
tree | 86a97d8bf41a9c5af594e3a5bdbe07db344ef682 /common.py | |
parent | bf78806133f10d187e016e0d689f02f2b29d5ea0 (diff) |
i965/fs: Use a const reference in fs_reg::equals instead of a pointer.
This lets you omit some ampersands and is more idiomatic C++. Using
const also marks the function as not altering either register (which
was obvious, but nice to enforce).
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Ian Romanick <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'common.py')
0 files changed, 0 insertions, 0 deletions