summaryrefslogtreecommitdiffstats
path: root/llvm/test/FrontendC
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-08-04 03:46:54 +0000
committerBill Wendling <isanbard@gmail.com>2009-08-04 03:46:54 +0000
commit0549ae41811ab96796b3728b4acbdf918d78fcf2 (patch)
tree142c794ae879393b774dde91d4ce3f87856361c7 /llvm/test/FrontendC
parentdde8b5848a0d2758a6b2e03f61cefbb2c038bcb3 (diff)
downloadbcm5719-llvm-0549ae41811ab96796b3728b4acbdf918d78fcf2.tar.gz
bcm5719-llvm-0549ae41811ab96796b3728b4acbdf918d78fcf2.zip
Fixed now.
llvm-svn: 78042
Diffstat (limited to 'llvm/test/FrontendC')
-rw-r--r--llvm/test/FrontendC/2005-12-04-AttributeUsed.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/test/FrontendC/2005-12-04-AttributeUsed.c b/llvm/test/FrontendC/2005-12-04-AttributeUsed.c
index 3d978091e84..33e27e89f4c 100644
--- a/llvm/test/FrontendC/2005-12-04-AttributeUsed.c
+++ b/llvm/test/FrontendC/2005-12-04-AttributeUsed.c
@@ -1,7 +1,5 @@
// RUN: %llvmgcc %s -S -emit-llvm -o - | llvm-as | llvm-dis | \
// RUN: grep llvm.used | grep foo | grep X
-// FIXME - Unxfail this when I know what's going on.
-// XFAIL: *
int X __attribute__((used));
int Y;
OpenPOWER on IntegriCloud