]> granicus.if.org Git - clang/commitdiff
Remove XFAIL,fix test
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 12 Oct 2012 20:16:26 +0000 (20:16 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Fri, 12 Oct 2012 20:16:26 +0000 (20:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165819 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/ppc64-struct-onefloat.c

index cd4682772673e46285e7e9e5e9ac6c90de6b69cc..4f9e1949cea39dcf785cc8fc45e30b26b3a9b4ff 100644 (file)
@@ -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 @@ void foo(void)
 // 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