mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
make this non brain dead...
llvm-svn: 114100
This commit is contained in:
parent
de7a4b08ad
commit
d7aec03bb1
@ -75,7 +75,7 @@ public:
|
||||
ImmVal = Val;
|
||||
}
|
||||
|
||||
const double getFPImm() const {
|
||||
double getFPImm() const {
|
||||
assert(isFPImm() && "This is not an FP immediate");
|
||||
return FPImmVal;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user