diff options
author | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-03-25 20:43:41 +0000 |
---|---|---|
committer | Shuxin Yang <shuxin.llvm@gmail.com> | 2013-03-25 20:43:41 +0000 |
commit | 389ed4b8f74e02cf36b2b1a9e5f346a32150e0b6 (patch) | |
tree | 0f7e95e301963cf162ce6493314a925a01d57b35 /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | f60f2fb14230f0f03dea217682df81e028a1264c (diff) | |
download | llvm-389ed4b8f74e02cf36b2b1a9e5f346a32150e0b6.zip llvm-389ed4b8f74e02cf36b2b1a9e5f346a32150e0b6.tar.gz llvm-389ed4b8f74e02cf36b2b1a9e5f346a32150e0b6.tar.bz2 |
Fix a bug in fast-math fadd/fsub simplification.
The problem is that the code mistakenly took for granted that following constructor
is able to create an APFloat from a *SIGNED* integer:
APFloat::APFloat(const fltSemantics &ourSemantics, integerPart value)
rdar://13486998
llvm-svn: 177906
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions