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

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

Issue 6271009: [gcc] Replace rsp/rbp lea base with esp/ebp (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git@master
Patch Set: Created 9 years, 11 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/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/gcc/config/i386/i386-protos.h
diff --git a/gcc/gcc/config/i386/i386-protos.h b/gcc/gcc/config/i386/i386-protos.h
index 3cd5368232f4776fb56e47c422e342939ebed4ea..a79d1afd7d7f655d7ce194b96dbd7d07d3590c2e 100644
--- a/gcc/gcc/config/i386/i386-protos.h
+++ b/gcc/gcc/config/i386/i386-protos.h
@@ -263,6 +263,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 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/gcc/config/i386/i386.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698