From: Bill Wendling Date: Tue, 4 Aug 2009 03:46:54 +0000 (+0000) Subject: Fixed now. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=2822e174f6e7d728c03c47cf0fcda8a01253107a;p=oota-llvm.git Fixed now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78042 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/FrontendC/2005-12-04-AttributeUsed.c b/test/FrontendC/2005-12-04-AttributeUsed.c index 3d978091e84..33e27e89f4c 100644 --- a/test/FrontendC/2005-12-04-AttributeUsed.c +++ b/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;