| commit | 5d2c9a46fc3a9eeaede74ec89bdc1392eff09638 | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Thu Nov 02 18:55:05 2017 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Thu Nov 02 18:55:05 2017 +0000 |
| tree | 1fb3c0587d04e73e19c464ccaf2e74b6c7b460e2 | |
| parent | fb7bf1d7f263fea43212ae283b52fd9432402185 [diff] |
[OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks. The compiler may crash under some conditions if the getInvokeDest() is used, but later it is not used. Fixed this problem in OpenMP. llvm-svn: 317227