diff options
author | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-08-15 13:26:29 +0000 |
---|---|---|
committer | Jonas Hahnfeld <hahnjo@hahnjo.de> | 2019-08-15 13:26:29 +0000 |
commit | fb72a03f85dc657d54908387db485b5dac8deb94 (patch) | |
tree | f21952b505e8db6754cb7deb35014826a58be223 /llvm/unittests/ADT/FunctionRefTest.cpp | |
parent | 2fc20f652cd848abdbfc40b6ae7fc0b0b403ea7d (diff) | |
download | llvm-fb72a03f85dc657d54908387db485b5dac8deb94.zip llvm-fb72a03f85dc657d54908387db485b5dac8deb94.tar.gz llvm-fb72a03f85dc657d54908387db485b5dac8deb94.tar.bz2 |
[OMPT] Resolve warnings because of ints in if conditions
The implementation status can only be one of
ompt_event_UNIMPLEMENTED = ompt_set_never = 1
ompt_event_MAY_ALWAYS = ompt_set_always = 5
In both cases, the condition was already true, so just remove
the check.
Differential Revision: https://reviews.llvm.org/D65869
llvm-svn: 369001
Diffstat (limited to 'llvm/unittests/ADT/FunctionRefTest.cpp')
0 files changed, 0 insertions, 0 deletions