[llvm-commits] CVS: llvm-gcc/gcc/config/alpha/alpha.c

Andrew Lenharth alenhar2 at cs.uiuc.edu
Wed Jun 22 12:48:02 PDT 2005



Changes in directory llvm-gcc/gcc/config/alpha:

alpha.c updated: 1.2 -> 1.3
---
Log message:

revert so as to allow new style va_args to work

---
Diffs of the changes:  (+0 -4)

 alpha.c |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm-gcc/gcc/config/alpha/alpha.c
diff -u llvm-gcc/gcc/config/alpha/alpha.c:1.2 llvm-gcc/gcc/config/alpha/alpha.c:1.3
--- llvm-gcc/gcc/config/alpha/alpha.c:1.2	Thu Feb 24 22:28:13 2005
+++ llvm-gcc/gcc/config/alpha/alpha.c	Wed Jun 22 14:47:51 2005
@@ -6092,10 +6092,6 @@
 {
   tree base, ofs, record, type_decl;
 
-  /* ABUSE the ABI in a major way here */
-  if (EMIT_LLVM)
-    return ptr_type_node;
-
   if (TARGET_ABI_OPEN_VMS || TARGET_ABI_UNICOSMK)
     return ptr_type_node;
 






More information about the llvm-commits mailing list