aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT
diff options
context:
space:
mode:
authorNeil Booth <neil@daikokuya.co.uk>2007-10-07 12:15:41 +0000
committerNeil Booth <neil@daikokuya.co.uk>2007-10-07 12:15:41 +0000
commitf16c595252de363e0e1f6895a5a626bc30017053 (patch)
tree1a0fe293287662ec4f0f7e3d4a9cf11de7f4af31 /include/llvm/ADT
parent7a7bc0f7248881cff466e964c4409c9c7da9da85 (diff)
downloadexternal_llvm-f16c595252de363e0e1f6895a5a626bc30017053.zip
external_llvm-f16c595252de363e0e1f6895a5a626bc30017053.tar.gz
external_llvm-f16c595252de363e0e1f6895a5a626bc30017053.tar.bz2
Add back convertFromSignExtendedInteger.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT')
-rw-r--r--include/llvm/ADT/APFloat.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/llvm/ADT/APFloat.h b/include/llvm/ADT/APFloat.h
index 67c979c..f5511f4 100644
--- a/include/llvm/ADT/APFloat.h
+++ b/include/llvm/ADT/APFloat.h
@@ -194,6 +194,8 @@ namespace llvm {
opStatus convert(const fltSemantics &, roundingMode);
opStatus convertToInteger(integerPart *, unsigned int, bool,
roundingMode) const;
+ opStatus convertFromSignExtendedInteger(const integerPart *, unsigned int,
+ bool, roundingMode);
opStatus convertFromZeroExtendedInteger(const integerPart *, unsigned int,
bool, roundingMode);
opStatus convertFromString(const char *, roundingMode);