[llvm-commits] [llvm] r51167 - /llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp

Dale Johannesen dalej at apple.com
Thu May 15 15:23:54 PDT 2008


Author: johannes
Date: Thu May 15 17:23:54 2008
New Revision: 51167

URL: http://llvm.org/viewvc/llvm-project?rev=51167&view=rev
Log:
Remove the S92 code, which really has nothing to do
with what the test is testing; makes it pass again on ppc32.


Modified:
    llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp

Modified: llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/C%2B%2BFrontend/2008-02-13-sret.cpp?rev=51167&r1=51166&r2=51167&view=diff

==============================================================================
--- llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp (original)
+++ llvm/trunk/test/C++Frontend/2008-02-13-sret.cpp Thu May 15 17:23:54 2008
@@ -6,13 +6,6 @@
 typedef __builtin_va_list va_list;
 typedef unsigned long size_t;
 void *memset(void *, int, size_t);
-struct S92 { int a:14; } ;
- extern struct S92 s92;
-
- struct S92 check92 () { struct S92 ret;
- memset (&ret, 0, sizeof (ret));
- ret.a = s92.a;
- return ret; }
 
 struct S93 { __attribute__((aligned (8))) void * a; } ;
  extern struct S93 s93;





More information about the llvm-commits mailing list