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

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

Issue 2866019: [gcc] Kill NACL_LEA_MATCH_ADDRESS_OPERAND and insn_is_nacl_lea. (Closed) Base URL: ssh://git@chromiumos-git/nacl-toolchain.git
Patch Set: prepare to commit 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
« no previous file with comments | « gcc/gcc/config/i386/i386.c ('k') | gcc/gcc/final.c » ('j') | 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 c37ef50a93696908ec8c71dace22d2585ac8c909..3cd5368232f4776fb56e47c422e342939ebed4ea 100644
--- a/gcc/gcc/config/i386/i386-protos.h
+++ b/gcc/gcc/config/i386/i386-protos.h
@@ -261,8 +261,6 @@ struct ix86_address
enum ix86_address_seg seg;
};
-extern int NACL_LEA_MATCH_ADDRESS_OPERAND;
-extern int insn_is_nacl_lea(rtx insn);
extern int lea_match_address_operand (rtx, enum machine_mode);
extern int ix86_decompose_address (rtx, struct ix86_address *);
extern int memory_address_length (rtx addr);
« no previous file with comments | « gcc/gcc/config/i386/i386.c ('k') | gcc/gcc/final.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698