OSDN Git Service

[PGO][PGSO] Remove a temporary flag used for gradual rollout.
authorHiroshi Yamauchi <yamauchi@google.com>
Fri, 17 Jul 2020 17:41:25 +0000 (10:41 -0700)
committerHiroshi Yamauchi <yamauchi@google.com>
Mon, 20 Jul 2020 18:12:11 +0000 (11:12 -0700)
commite64afefdf88d2607c476f13de05193c0f8991976
tree5f9e7d453e897a7d39351a545b663b79df95e41d
parent70f8d0ac8a34d7a611db14d0662737ba1c3a3273
[PGO][PGSO] Remove a temporary flag used for gradual rollout.

Remove the temporary flag PGSOIRPassOrTestOnly and the guard code which was used
for the staged rollout. This is a cleanup (NFC) as it's now false by default.

Differential Revision: https://reviews.llvm.org/D84057
llvm/include/llvm/Transforms/Utils/SizeOpts.h
llvm/lib/Transforms/Utils/SizeOpts.cpp