Skip to content

Commit 676d749

Browse files
wpangfxbot
authored andcommitted
Fix a build warning, NFC.
Change-Id: Ide984926fbc7f318d2202dd16a4ca2b5f2066847
1 parent 54b46a1 commit 676d749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

visa/FlowGraph.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1042,7 +1042,7 @@ class FlowGraph
10421042

10431043
bool isIndirectJmpTarget(G4_INST* inst) const
10441044
{
1045-
return indirectJmpTarget.count(inst);
1045+
return indirectJmpTarget.count(inst) > 0;
10461046
}
10471047

10481048
G4_Label* getLabelForEndif(G4_INST* inst) const

0 commit comments

Comments
 (0)