diff options
author | Matt Turner <[email protected]> | 2017-06-06 16:24:14 -0700 |
---|---|---|
committer | Matt Turner <[email protected]> | 2017-08-02 16:49:32 -0700 |
commit | 858f5540786e12cbd56ede9396dc4ce1112fe9db (patch) | |
tree | 32091ad2803e205a90555f15763cb14dfc520ec2 /src/intel/compiler/brw_fs.cpp | |
parent | c9d4b571ad5dc3e622603a0f50d293192850d749 (diff) |
i965: Fix indentation
Diffstat (limited to 'src/intel/compiler/brw_fs.cpp')
-rw-r--r-- | src/intel/compiler/brw_fs.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/intel/compiler/brw_fs.cpp b/src/intel/compiler/brw_fs.cpp index 38b5e52dc47..fdc30d450cc 100644 --- a/src/intel/compiler/brw_fs.cpp +++ b/src/intel/compiler/brw_fs.cpp @@ -5278,8 +5278,8 @@ fs_visitor::dump_instruction(backend_instruction *be_inst, FILE *file) fprintf(file, "%s", conditional_modifier[inst->conditional_mod]); if (!inst->predicate && (devinfo->gen < 5 || (inst->opcode != BRW_OPCODE_SEL && - inst->opcode != BRW_OPCODE_IF && - inst->opcode != BRW_OPCODE_WHILE))) { + inst->opcode != BRW_OPCODE_IF && + inst->opcode != BRW_OPCODE_WHILE))) { fprintf(file, ".f0.%d", inst->flag_subreg); } } |