mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Get rid of compilation warning during release builds
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43608 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c9d5d2c548
commit
651dfd1ff8
@ -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…
Reference in New Issue
Block a user