Skip to content

Commit dfafbf2

Browse files
DianaChenigcbot
authored andcommitted
IGA: minor indent fix
Indent fix
1 parent 5c960b3 commit dfafbf2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

visa/iga/IGALibrary/Backend/GED/Decoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2144,6 +2144,7 @@ void Decoder::decodeOptions(Instruction *inst)
21442144
}
21452145
}
21462146

2147+
21472148
if (os.supportsDepCtrl()) {
21482149
GED_DEP_CTRL dpCtrl = GED_DEP_CTRL_Normal;
21492150
GED_DECODE_RAW_TO(DepCtrl, dpCtrl);

visa/iga/IGALibrary/Backend/GED/Encoder.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1874,6 +1874,7 @@ void Encoder::encodeOptions(const Instruction& inst)
18741874
GED_ENCODE(ThreadCtrl, GED_THREAD_CTRL_Atomic);
18751875
}
18761876

1877+
18771878
if (inst.hasInstOpt(InstOpt::SWITCH) && m_model.supportsHwDeps())
18781879
{
18791880
if (inst.getOp() == Op::NOP) {

0 commit comments

Comments
 (0)