commit | af7169b4a70eb3f60555ced17a40780f70aaaa5c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 25 12:12:22 2019 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Oct 25 12:12:22 2019 +0200 |
tree | 1633c3306b7d538fb44b12d27ec299e8db0f35fa | |
parent | e1a7c97ac640701973eea000007fc8b9f9dd7126 [diff] |
clang/llvm 9 fix - do not eliminate a store to a fake "const" This is *much* better (9 kbytes better) than dropping "*const" optimization trick. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>