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

Remove LLVM_NODISCARD in one more place.

llvm-svn: 287596
This commit is contained in:
Zachary Turner 2016-11-21 23:17:15 +00:00
parent 5ba012ea2f
commit c88b7f3323

View File

@ -558,7 +558,6 @@ namespace llvm {
///
/// APInt::fromString is superficially similar but assumes the
/// string is well-formed in the given radix.
LLVM_NODISCARD
bool getAsInteger(unsigned Radix, APInt &Result) const;
/// @}