1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

make this non brain dead...

llvm-svn: 114100
This commit is contained in:
Jim Grosbach 2010-09-16 17:48:08 +00:00
parent de7a4b08ad
commit d7aec03bb1

View File

@ -75,7 +75,7 @@ public:
ImmVal = Val; ImmVal = Val;
} }
const double getFPImm() const { double getFPImm() const {
assert(isFPImm() && "This is not an FP immediate"); assert(isFPImm() && "This is not an FP immediate");
return FPImmVal; return FPImmVal;
} }