diff options
| author | Dale Johannesen <dalej@apple.com> | 2007-08-09 22:51:36 +0000 |
|---|---|---|
| committer | Dale Johannesen <dalej@apple.com> | 2007-08-09 22:51:36 +0000 |
| commit | bdad80977b40ce9a833b2373323a5949dd2e5332 (patch) | |
| tree | 1a4c53daa15fad81fe1923181c7e3143c12b4714 /llvm/lib/Transforms/Utils | |
| parent | f855b626e8ae931866dbf1e300840fcb01792dfc (diff) | |
| download | bcm5719-llvm-bdad80977b40ce9a833b2373323a5949dd2e5332.tar.gz bcm5719-llvm-bdad80977b40ce9a833b2373323a5949dd2e5332.zip | |
Patch 10 for long double. Doing constants right needs expanding ConstantFP
to handle values bigger than double. If we assume host==target and host
long double works correctly, this is not too bad, but we don't want to
have that limitation longterm. I could implement accepting double
constants as long double or something like that, which would lead to
incorrect codegen with no errors; the more I think about that the worse
it seems. Rather than do such a hack that would be backed out later,
I'm settling for giving reasonable error messages, for now.
llvm-svn: 40974
Diffstat (limited to 'llvm/lib/Transforms/Utils')
0 files changed, 0 insertions, 0 deletions

