mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Get rid of compilation warning during release builds
llvm-svn: 43608
This commit is contained in:
parent
a5a3acd512
commit
51375114ca
@ -247,8 +247,8 @@ public:
|
||||
return isExactlyValue(APFloat(V));
|
||||
else if (&Val.getSemantics() == &APFloat::IEEEsingle)
|
||||
return isExactlyValue(APFloat((float)V));
|
||||
else
|
||||
assert(0);
|
||||
assert(0);
|
||||
return false;
|
||||
}
|
||||
/// Methods for support type inquiry through isa, cast, and dyn_cast:
|
||||
static inline bool classof(const ConstantFP *) { return true; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user