[OpenMP] Fix GCC warnings. NFC.
authorMartin Storsjö <martin@martin.st>
Mon, 3 Feb 2020 07:45:03 +0000 (09:45 +0200)
committerMartin Storsjö <martin@martin.st>
Mon, 3 Feb 2020 07:55:02 +0000 (09:55 +0200)
commit2dc45bf392fafe96b1c6544d6f15d8a01b2c2df4
tree7435a1ce0d31a9a470efaf7efb3f3df372f9e04b
parent534aeb0b78a19022fa789497c413ed1767133ef2
[OpenMP] Fix GCC warnings. NFC.

Remove an extra semicolon, and add llvm_unreachable to avoid warnings
about control reaching the end of a non-void function.
llvm/lib/Frontend/OpenMP/OMPContext.cpp