Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(445)

Unified Diff: gcc/gcc/tree-pass.h

Issue 2850019: [gcc] Eliminate control integrity pass in favor of nacl instructions generation from the start. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« gcc/gcc/config/i386/i386.c ('K') | « gcc/gcc/passes.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/tree-pass.h
diff --git a/gcc/gcc/tree-pass.h b/gcc/gcc/tree-pass.h
index 5b08a534e5e49f8b51420000faca2b5a9a4bfb94..db437a6253822dc9a187c4b9e436876d2c76aaaa 100644
--- a/gcc/gcc/tree-pass.h
+++ b/gcc/gcc/tree-pass.h
@@ -389,8 +389,6 @@ extern struct gimple_opt_pass pass_rebuild_cgraph_edges;
extern struct gimple_opt_pass pass_build_cgraph_edges;
extern struct gimple_opt_pass pass_reset_cc_flags;
-extern struct rtl_opt_pass pass_control_integrity;
-
/* IPA Passes */
extern struct ipa_opt_pass pass_ipa_inline;
extern struct ipa_opt_pass pass_ipa_cp;
« gcc/gcc/config/i386/i386.c ('K') | « gcc/gcc/passes.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698