[cfe-commits] r165819 - /cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c

Bill Schmidt wschmidt at linux.vnet.ibm.com
Fri Oct 12 13:16:26 PDT 2012


Author: wschmidt
Date: Fri Oct 12 15:16:26 2012
New Revision: 165819

URL: http://llvm.org/viewvc/llvm-project?rev=165819&view=rev
Log:
Remove XFAIL,fix test

Modified:
    cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c

Modified: cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c?rev=165819&r1=165818&r2=165819&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c (original)
+++ cfe/trunk/test/CodeGen/ppc64-struct-onefloat.c Fri Oct 12 15:16:26 2012
@@ -1,6 +1,5 @@
 // REQUIRES: ppc64-registered-target
 // RUN: %clang_cc1 -O0 -triple powerpc64-unknown-linux-gnu -emit-llvm -o - %s | FileCheck %s
-// XFAIL: *
 
 typedef struct s1 { float f; } Sf;
 typedef struct s2 { double d; } Sd;
@@ -41,7 +40,7 @@
 // CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s2* %p2, i32 0, i32 0
 // CHECK:  %{{[0-9]+}} = load double* %{{[a-zA-Z0-9.]+}}, align 1
 // CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s4* %p4, i32 0, i32 0
-// CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* {{[a-zA-Z0-9.]+}}, i32 0, i32 0
+// CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s1* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0
 // CHECK:  %{{[0-9]+}} = load float* %{{[a-zA-Z0-9.]+}}, align 1
 // CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s5* %p5, i32 0, i32 0
 // CHECK:  %{{[a-zA-Z0-9.]+}} = getelementptr %struct.s2* %{{[a-zA-Z0-9.]+}}, i32 0, i32 0





More information about the cfe-commits mailing list