diff options
author | Quentin Colombet <qcolombet@apple.com> | 2012-12-18 22:47:16 +0000 |
---|---|---|
committer | Quentin Colombet <qcolombet@apple.com> | 2012-12-18 22:47:16 +0000 |
commit | 23b404d5adfe961de1a2c6d4de6324244846afd2 (patch) | |
tree | 91d2435ebc0823bc19a4871d42b91d42be6de1cf /clang/unittests/AST/DeclPrinterTest.cpp | |
parent | 03b913d53941f5daa2ddd50f6f9859e669581686 (diff) | |
download | bcm5719-llvm-23b404d5adfe961de1a2c6d4de6324244846afd2.tar.gz bcm5719-llvm-23b404d5adfe961de1a2c6d4de6324244846afd2.zip |
Disable ARM partial flag dependency optimization at -Oz
To not over constrain the scheduler for ARM in thumb mode, some optimizations for code size reduction, specific to ARM thumb, are blocked when they add a dependency (like write after read dependency).
Disables this check when code size is the priority, i.e., code is compiled with -Oz.
llvm-svn: 170462
Diffstat (limited to 'clang/unittests/AST/DeclPrinterTest.cpp')
0 files changed, 0 insertions, 0 deletions