diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-10-26 01:47:48 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2011-10-26 01:47:48 +0000 |
| commit | e8261a22f1fd185df6be454bf31089a215e5f259 (patch) | |
| tree | 38c03635c93b04d197f837a4c8c6181465994842 /lldb/source/Commands/CommandObjectHelp.cpp | |
| parent | 954a1f2d744bfa7438116a798f5d6b4762cee2e9 (diff) | |
| download | llvm-e8261a22f1fd185df6be454bf31089a215e5f259.zip llvm-e8261a22f1fd185df6be454bf31089a215e5f259.tar.gz llvm-e8261a22f1fd185df6be454bf31089a215e5f259.tar.bz2 | |
Don't use floating point to do an integer's job.
This code makes different decisions when compiled into x87 instructions
because of different rounding behavior. That caused phase 2/3
miscompares on 32-bit Linux when the phase 1 compiler was built with gcc
(using x87), and the phase 2 compiler was built with clang (using SSE).
This fixes PR11200.
llvm-svn: 143006
Diffstat (limited to 'lldb/source/Commands/CommandObjectHelp.cpp')
0 files changed, 0 insertions, 0 deletions
