[dragonegg] r182210 - Remove unused definition that collides with a gcc-4.8 definition.

Duncan Sands baldrick at free.fr
Sun May 19 03:24:10 PDT 2013


Author: baldrick
Date: Sun May 19 05:24:09 2013
New Revision: 182210

URL: http://llvm.org/viewvc/llvm-project?rev=182210&view=rev
Log:
Remove unused definition that collides with a gcc-4.8 definition.

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=182210&r1=182209&r2=182210&view=diff
==============================================================================
--- dragonegg/trunk/src/x86/ABIHack.inc (original)
+++ dragonegg/trunk/src/x86/ABIHack.inc Sun May 19 05:24:09 2013
@@ -1496,9 +1496,6 @@ enum processor_type ix86_tune;
 /* Which instruction set architecture to use.  */
 enum processor_type ix86_arch;
 
-/* true if sse prefetch instruction is not NOOP.  */
-int x86_prefetch_sse;
-
 /* Preferred alignment for stack boundary in bits.  */
 unsigned int ix86_preferred_stack_boundary;
 





More information about the llvm-commits mailing list