make this non brain dead...
authorJim Grosbach <grosbach@apple.com>
Thu, 16 Sep 2010 17:48:08 +0000 (17:48 +0000)
committerJim Grosbach <grosbach@apple.com>
Thu, 16 Sep 2010 17:48:08 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114100 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/MC/MCInst.h

index 622973ead91be7e483c25e09b53437ddd54d5e10..76515488ec42a2d0671c17ba05f1d4eb5ee0f83c 100644 (file)
@@ -75,7 +75,7 @@ public:
     ImmVal = Val;
   }
 
-  const double getFPImm() const {
+  double getFPImm() const {
     assert(isFPImm() && "This is not an FP immediate");
     return FPImmVal;
   }