[llvm-commits] [dragonegg] r153509 - /dragonegg/trunk/src/x86/ABIHack.inc
Duncan Sands
baldrick at free.fr
Tue Mar 27 05:31:28 PDT 2012
Author: baldrick
Date: Tue Mar 27 07:31:28 2012
New Revision: 153509
URL: http://llvm.org/viewvc/llvm-project?rev=153509&view=rev
Log:
Remove definitions that block compilation when targetting gcc-4.7:
they weren't being used anyway.
Modified:
dragonegg/trunk/src/x86/ABIHack.inc
Modified: dragonegg/trunk/src/x86/ABIHack.inc
URL: http://llvm.org/viewvc/llvm-project/dragonegg/trunk/src/x86/ABIHack.inc?rev=153509&r1=153508&r2=153509&view=diff
==============================================================================
--- dragonegg/trunk/src/x86/ABIHack.inc (original)
+++ dragonegg/trunk/src/x86/ABIHack.inc Tue Mar 27 07:31:28 2012
@@ -1485,16 +1485,6 @@
bool save_regs_using_mov;
};
-/* Code model option. */
-enum cmodel ix86_cmodel;
-/* Asm dialect. */
-enum asm_dialect ix86_asm_dialect = ASM_ATT;
-/* TLS dialects. */
-enum tls_dialect ix86_tls_dialect = TLS_DIALECT_GNU;
-
-/* Which unit we are generating floating point math for. */
-enum fpmath_unit ix86_fpmath;
-
/* Which cpu are we optimizing for. */
enum processor_type ix86_tune;
@@ -1507,17 +1497,6 @@
/* Preferred alignment for stack boundary in bits. */
unsigned int ix86_preferred_stack_boundary;
-/* The abi used by target. */
-enum calling_abi ix86_abi;
-
-/* Values 1-5: see jump.c */
-int ix86_branch_cost;
-
-/* Variables which are this size or smaller are put in the data/bss
- or ldata/lbss sections. */
-
-int ix86_section_threshold = 65536;
-
/* Prefix built by ASM_GENERATE_INTERNAL_LABEL. */
char internal_label_prefix[16];
int internal_label_prefix_len;
More information about the llvm-commits
mailing list