xref: /aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/radeon_remove_constants.h (revision 6104692788411f58d303aa86923a9ff6ecaded22)
1 /*
2  * Copyright 2010 Marek Olšák <[email protected]>
3  * SPDX-License-Identifier: MIT
4  */
5 
6 #ifndef RADEON_REMOVE_CONSTANTS_H
7 #define RADEON_REMOVE_CONSTANTS_H
8 
9 #include "radeon_compiler.h"
10 
11 void rc_remove_unused_constants(struct radeon_compiler *c, void *user);
12 
13 #endif
14