[llvm-commits] [llvm-gcc-4.2] r96300 - /llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h

Andrew Lenharth alenhar2 at cs.uiuc.edu
Mon Feb 15 16:19:24 PST 2010


Author: alenhar2
Date: Mon Feb 15 18:19:23 2010
New Revision: 96300

URL: http://llvm.org/viewvc/llvm-project?rev=96300&view=rev
Log:
Turn off 128 bit FP on alpha for now, fixes, in a way, Bug 6235

Modified:
    llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h

Modified: llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h
URL: http://llvm.org/viewvc/llvm-project/llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h?rev=96300&r1=96299&r2=96300&view=diff

==============================================================================
--- llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h (original)
+++ llvm-gcc-4.2/trunk/gcc/config/alpha/alpha.h Mon Feb 15 18:19:23 2010
@@ -20,6 +20,13 @@
 the Free Software Foundation, 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.  */
 
+/* LLVM LOCAL begin */
+#ifdef ENABLE_LLVM
+#undef TARGET_LONG_DOUBLE_128
+#define TARGET_LONG_DOUBLE_128 0
+#endif
+/* LLVM LOCAL end */
+
 /* Target CPU builtins.  */
 #define TARGET_CPU_CPP_BUILTINS()			\
   do							\
@@ -1605,6 +1612,7 @@
  */
 #define LLVM_TARGET_NAME Alpha
 
+#define TARGET_ALPHA
 
 /* LLVM_TARGET_INTRINSIC_LOWER - To handle builtins, we want to expand the
  * invocation into normal LLVM code.  If the target can handle the builtin, this





More information about the llvm-commits mailing list