Skip to content

Commit df90959

Browse files
committed
Initialize boolean field
1 parent 001a177 commit df90959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/lib/CodeGen/CGOmpSsRuntime.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class CGOmpSsRuntime {
101101
virtual ~CGOmpSsRuntime() {};
102102
virtual void clear() {};
103103

104-
bool InTaskEmission;
104+
bool InTaskEmission = false;
105105

106106
// This is used to avoid creating the same generic funcion for constructors and
107107
// destructors, which will be stored in a bundle for each non-pod private/firstprivate

0 commit comments

Comments
 (0)