| commit | 94d6195fdf153d0b62f744544cde2d339d2d05da | [log] [tgz] |
|---|---|---|
| author | Michael Gottesman <mgottesman@apple.com> | Tue Jul 02 15:50:05 2013 +0000 |
| committer | Michael Gottesman <mgottesman@apple.com> | Tue Jul 02 15:50:05 2013 +0000 |
| tree | ae7851fdedde0603680f8ce17020b8ad76ef94c8 | |
| parent | 64e1af8eb9b4a3e6e1d34b7740031d1c7831d176 [diff] |
[APFloat] Swap an early out check so we do not dereference str.end(). Originally if D.firstSigDigit == str.end(), we will have already dereferenced D.firstSigDigit in the first predicate. llvm-svn: 185437