diff options
author | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2015-02-10 23:30:14 +0000 |
---|---|---|
committer | Petar Jovanovic <petar.jovanovic@imgtec.com> | 2015-02-10 23:30:14 +0000 |
commit | d9f52043b141dc661b6cd3c83b60b0726b204e20 (patch) | |
tree | 90ad1a81aed85cb524358e70a831dc517ca15fb7 /lldb/source/Commands/CommandObjectFrame.cpp | |
parent | ca7e4702211a8cd6c65785089f6f782901323a0b (diff) | |
download | llvm-d9f52043b141dc661b6cd3c83b60b0726b204e20.zip llvm-d9f52043b141dc661b6cd3c83b60b0726b204e20.tar.gz llvm-d9f52043b141dc661b6cd3c83b60b0726b204e20.tar.bz2 |
Fix makeLibCall argument (signed) in SoftenFloatRes_XINT_TO_FP function
The isSigned argument of makeLibCall function was hard-coded to false
(unsigned). This caused zero extension on MIPS64 soft float.
As the result SingleSource/Benchmarks/Stanford/FloatMM test and
SingleSource/UnitTests/2005-07-17-INT-To-FP test failed.
The solution was to use the proper argument.
Patch by Strahinja Petrovic.
Differential Revision: http://reviews.llvm.org/D7292
llvm-svn: 228765
Diffstat (limited to 'lldb/source/Commands/CommandObjectFrame.cpp')
0 files changed, 0 insertions, 0 deletions