summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-11-05 00:49:47 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-11-05 00:49:47 +0000
commitce6733a5424de6a5f5cff2725bb682140108817a (patch)
tree269bee3459f992ba09b08523adbd51e1d26e6fdb /clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
parent85da6768855987afcf9049c7af854d0f1fde934e (diff)
downloadbcm5719-llvm-ce6733a5424de6a5f5cff2725bb682140108817a.tar.gz
bcm5719-llvm-ce6733a5424de6a5f5cff2725bb682140108817a.zip
Fix test so that it XFAILs consistently.
llvm-svn: 143771
Diffstat (limited to 'clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c')
-rw-r--r--clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c b/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
index 21b47052813..8787bd453e6 100644
--- a/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
+++ b/clang/test/CodeGen/2009-02-13-zerosize-union-field-ppc.c
@@ -1,6 +1,5 @@
-// RUN: %clang_cc1 %s -m32 -emit-llvm -o - | grep {i32 32} | count 3
+// RUN: %clang_cc1 %s -triple powerpc-pc-linux -emit-llvm -o - | grep {i32 32} | count 3
// XFAIL: *
-// XTARGET: powerpc
// Every printf has 'i32 0' for the GEP of the string; no point counting those.
typedef unsigned int Foo __attribute__((aligned(32)));
typedef union{Foo:0;}a;
OpenPOWER on IntegriCloud