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

Unified Diff: gcc/config/i386/i386-protos.h

Issue 10386087: Replace rip lea with eip (Closed) Base URL: http://git.chromium.org/native_client/nacl-gcc.git@master
Patch Set: remove [gcc] prefix Created 8 years, 7 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
« no previous file with comments | « gcc/config/i386/i386.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/config/i386/i386-protos.h
diff --git a/gcc/config/i386/i386-protos.h b/gcc/config/i386/i386-protos.h
index a79d1afd7d7f655d7ce194b96dbd7d07d3590c2e..5fb532b3cad7f8d69efe27cbcb7caecc6e270962 100644
--- a/gcc/config/i386/i386-protos.h
+++ b/gcc/config/i386/i386-protos.h
@@ -264,6 +264,7 @@ struct ix86_address
extern int lea_match_address_operand (rtx, enum machine_mode);
extern int ix86_decompose_address (rtx, struct ix86_address *);
extern int ix86_lea_decompose_address (rtx, struct ix86_address *);
+extern int nacl_address_uses_special_registers (rtx);
extern int memory_address_length (rtx addr);
extern void x86_output_aligned_bss (FILE *, tree, const char *,
unsigned HOST_WIDE_INT, int);
« no previous file with comments | « gcc/config/i386/i386.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698