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

Unified Diff: gcc/gcc/passes.c

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
Index: gcc/gcc/passes.c
diff --git a/gcc/gcc/passes.c b/gcc/gcc/passes.c
index 5bd2857979796ffe1c6fcc5683d82ea23bda2d2a..4358b8202e6820d9fe7c13a0f3d63a9b160eba04 100644
--- a/gcc/gcc/passes.c
+++ b/gcc/gcc/passes.c
@@ -764,7 +764,6 @@ init_optimization_passes (void)
NEXT_PASS (pass_stack_ptr_mod);
NEXT_PASS (pass_mode_switching);
NEXT_PASS (pass_see);
- NEXT_PASS (pass_control_integrity);
NEXT_PASS (pass_match_asm_constraints);
NEXT_PASS (pass_sms);
NEXT_PASS (pass_sched);
« gcc/gcc/config/i386/i386.c ('K') | « gcc/gcc/ctrl-intg.c ('k') | gcc/gcc/tree-pass.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698