Merge "Remove redundant -fexperimental-new-pass-manager"

This commit is contained in:
Pirama Arumuga Nainar
2019-06-14 21:02:45 +00:00
committed by Gerrit Code Review

View File

@@ -27,10 +27,9 @@ import (
var ( var (
// Add flags to ignore warnings that profiles are old or missing for // Add flags to ignore warnings that profiles are old or missing for
// some functions, and turn on the experimental new pass manager. // some functions.
profileUseOtherFlags = []string{ profileUseOtherFlags = []string{
"-Wno-backend-plugin", "-Wno-backend-plugin",
"-fexperimental-new-pass-manager",
} }
globalPgoProfileProjects = []string{ globalPgoProfileProjects = []string{