projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36c604c
)
nir: Fix a bit of broken indentation.
author
Eric Anholt
<eric@anholt.net>
Tue, 11 Nov 2014 22:08:13 +0000
(14:08 -0800)
committer
Eric Anholt
<eric@anholt.net>
Thu, 29 Jan 2015 19:42:08 +0000
(11:42 -0800)
Reviewed-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
src/glsl/nir/nir.c
patch
|
blob
|
history
diff --git
a/src/glsl/nir/nir.c
b/src/glsl/nir/nir.c
index 25cdac0e81507b000a5c96aa4170b78d3a72cf7f..10e6ed36d0ce627279debde2e084712e54e94e21 100644
(file)
--- a/
src/glsl/nir/nir.c
+++ b/
src/glsl/nir/nir.c
@@
-1295,7
+1295,7
@@
nir_instr_insert_before_cf(nir_cf_node *node, nir_instr *before)
void
nir_instr_insert_after_cf(nir_cf_node *node, nir_instr *after)
{
-
if (node->type == nir_cf_node_block) {
+ if (node->type == nir_cf_node_block) {
nir_instr_insert_after_block(nir_cf_node_as_block(node), after);
} else {
nir_cf_node *next = nir_cf_node_next(node);