diff options
author | Jason Ekstrand <[email protected]> | 2014-10-29 14:17:17 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2015-01-15 07:19:00 -0800 |
commit | f86902e75d989b781be36ced5dc98dfc0cd34b7b (patch) | |
tree | c6beb190e860bf39735f4e8c8612a424afcb3c45 /src/mesa | |
parent | c9a21c725dab3613b0e81d9abe497a9f6018b391 (diff) |
nir: Add an SSA-based liveness analysis pass.
Reviewed-by: Connor Abbott <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/bitset.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/bitset.h b/src/mesa/main/bitset.h index 601fd0ebfa8..2558da49a6a 100644 --- a/src/mesa/main/bitset.h +++ b/src/mesa/main/bitset.h @@ -32,6 +32,7 @@ #define BITSET_H #include "imports.h" +#include "macros.h" /**************************************************************************** * generic bitset implementation |