1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00

Cleanup namespace comment to fix clang-tidy warning. NFCI.

This commit is contained in:
Simon Pilgrim 2020-11-03 18:13:21 +00:00
parent 977dc8c300
commit 8607b95320

View File

@ -4874,6 +4874,6 @@ APFloat::opStatus APFloat::convertToInteger(APSInt &result,
return status;
}
} // End llvm namespace
} // namespace llvm
#undef APFLOAT_DISPATCH_ON_SEMANTICS