nir: Move nir_lower_mediump_outputs from ir3
[mesa.git] / src / compiler / nir / nir_control_flow_private.h
index f32b57a8cef85e95a1c8739070fed1adba032129..31e6d3c0e9fe0db3043b9faf06d0376a48cc76ef 100644 (file)
  *
  */
 
+#ifndef NIR_CONTROL_FLOW_PRIVATE_H
+#define NIR_CONTROL_FLOW_PRIVATE_H
+
 #include "nir_control_flow.h"
 
-#pragma once
 
 /* Internal control-flow modification functions used when inserting/removing
  * instructions.
@@ -35,3 +37,5 @@
 
 void nir_handle_add_jump(nir_block *block);
 void nir_handle_remove_jump(nir_block *block, nir_jump_type type);
+
+#endif /* NIR_CONTROL_FLOW_PRIVATE_H */