summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-09-16 17:48:08 +0000
committerJim Grosbach <grosbach@apple.com>2010-09-16 17:48:08 +0000
commit6dbe29e34e0017dac703f951429964d9c95b528c (patch)
treee9655002de062a431e30ae483a8c6555030f6111 /include
parentdc01b2e1df93b02bcee8457a91ab66e4110a599a (diff)
downloadllvm-6dbe29e34e0017dac703f951429964d9c95b528c.tar.gz
llvm-6dbe29e34e0017dac703f951429964d9c95b528c.tar.bz2
llvm-6dbe29e34e0017dac703f951429964d9c95b528c.tar.xz
make this non brain dead...
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114100 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/MC/MCInst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/MC/MCInst.h b/include/llvm/MC/MCInst.h
index 622973ead9..76515488ec 100644
--- a/include/llvm/MC/MCInst.h
+++ b/include/llvm/MC/MCInst.h
@@ -75,7 +75,7 @@ public:
ImmVal = Val;
}
- const double getFPImm() const {
+ double getFPImm() const {
assert(isFPImm() && "This is not an FP immediate");
return FPImmVal;
}