projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7230cb8
)
r600: remove redundant semicolon
author
Nicolai Hähnle
<nicolai.haehnle@amd.com>
Thu, 29 Nov 2018 12:48:03 +0000
(13:48 +0100)
committer
Nicolai Hähnle
<nicolai.haehnle@amd.com>
Wed, 19 Dec 2018 11:00:49 +0000
(12:00 +0100)
Reviewed-By: Gert Wollny <gert.wollny@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/gallium/drivers/r600/sb/sb_ir.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/r600/sb/sb_ir.h
b/src/gallium/drivers/r600/sb/sb_ir.h
index c7a94fcb930ecd9d95703b6fcbcfd969a1e842b7..ef0fbd4e68f4545867ddc5173e5bf10c1d253d4b 100644
(file)
--- a/
src/gallium/drivers/r600/sb/sb_ir.h
+++ b/
src/gallium/drivers/r600/sb/sb_ir.h
@@
-1012,7
+1012,7
@@
public:
class alu_node : public node {
protected:
- alu_node() : node(NT_OP, NST_ALU_INST) { memset(&bc, 0, sizeof(bc_alu)); }
;
+ alu_node() : node(NT_OP, NST_ALU_INST) { memset(&bc, 0, sizeof(bc_alu)); }
public:
bc_alu bc;