January 27, 2015 [dmd-internals] [D-Programming-Language/dmd] 6347bd: [fix] Use return pointers from fromConstInitialize... | ||||
---|---|---|---|---|
| ||||
Attachments:
| Branch: refs/heads/master Home: https://github.com/D-Programming-Language/dmd Commit: 6347bdf83f7a95093c2bba0c0da9ea84ac02014b https://github.com/D-Programming-Language/dmd/commit/6347bdf83f7a95093c2bba0c0da9ea84ac02014b Author: Anders Ro <anders.ronnbrant@gmail.com> Date: 2015-01-27 (Tue, 27 Jan 2015) Changed paths: M src/optimize.c Log Message: ----------- [fix] Use return pointers from fromConstInitializer in EqualExp-visitor Went missing after refactoring operation in 0215b469. Instead member variables e1/e2 from input argument e were used. Similar change for the same reason made in 481800a431 for CmpExp-visitor. Commit: 81c8e5c8ba10946880dc3d65e184d0f590712b19 https://github.com/D-Programming-Language/dmd/commit/81c8e5c8ba10946880dc3d65e184d0f590712b19 Author: Daniel Murphy <yebblies@gmail.com> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M src/optimize.c Log Message: ----------- Merge pull request #3709 from andron/fix-equalexp-visitor [fix] Use return pointers from fromConstInitializer in EqualExp-visitor Compare: https://github.com/D-Programming-Language/dmd/compare/821e13137c51...81c8e5c8ba10 |
Copyright © 1999-2021 by the D Language Foundation