"lld/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "02ad516b2e0040bd54a4f668b98b1c54dc8e31f2"
Check for null pointers before calling the Stmt Profiler
Some calls from OMPClauseProfiler were calling the Stmt Profiler with null pointers, but the profiler can only handle non-null pointers. Add an assert to the VisitStmt for valid pointers, and check all calls from OMPClauseProfiler to be non-null pointers. llvm-svn: 272368
Loading
Please register or sign in to comment