summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CFrontend/2007-11-07-CopyAggregateAlign.c1
-rw-r--r--llvm/test/CFrontend/2007-11-07-ZeroAggregateAlign.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/CFrontend/2007-11-07-CopyAggregateAlign.c b/llvm/test/CFrontend/2007-11-07-CopyAggregateAlign.c
index 5895656c064..8bd94b00a78 100644
--- a/llvm/test/CFrontend/2007-11-07-CopyAggregateAlign.c
+++ b/llvm/test/CFrontend/2007-11-07-CopyAggregateAlign.c
@@ -1,4 +1,3 @@
// RUN: %llvmgcc -S %s -o - | grep "align 2" | count 6
-// XFAIL: *
struct A { char s, t, u, v; short a; };
void q() { struct A a, b; a = b; }
diff --git a/llvm/test/CFrontend/2007-11-07-ZeroAggregateAlign.c b/llvm/test/CFrontend/2007-11-07-ZeroAggregateAlign.c
index e69fd5c3f54..424120d6c21 100644
--- a/llvm/test/CFrontend/2007-11-07-ZeroAggregateAlign.c
+++ b/llvm/test/CFrontend/2007-11-07-ZeroAggregateAlign.c
@@ -1,4 +1,3 @@
// RUN: %llvmgcc -S %s -o - | grep "align 2"
-// XFAIL: *
struct A { short s; short t; int i; };
void q() { struct A a = {0}; }
OpenPOWER on IntegriCloud