Skip to content

Commit 8bf269b

Browse files
DianaChensys_zuul
authored andcommitted
IGA: fixed a bug for goto asm printing
Change-Id: Ia7c0ded9387a0a4ff776687bab001cb198deefa5
1 parent ccd903b commit 8bf269b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

visa/iga/IGALibrary/IR/Instruction.hpp

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,10 @@ namespace iga
247247
ChannelOffset m_chOff;
248248
Operand m_dst;
249249
Operand m_srcs[3];
250-
union
251-
{
252-
FlagModifier m_flagModifier; // conditional-modifier function
253-
BranchCntrl m_brnch; // for certain branching instructions
254-
};
250+
251+
FlagModifier m_flagModifier; // conditional-modifier function
252+
BranchCntrl m_brnch; // for certain branching instructions
253+
255254
SendDescArg m_exDesc;
256255
SendDescArg m_desc;
257256

0 commit comments

Comments
 (0)