From 2822e174f6e7d728c03c47cf0fcda8a01253107a Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Tue, 4 Aug 2009 03:46:54 +0000 Subject: Fixed now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78042 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/FrontendC/2005-12-04-AttributeUsed.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/FrontendC') diff --git a/test/FrontendC/2005-12-04-AttributeUsed.c b/test/FrontendC/2005-12-04-AttributeUsed.c index 3d978091e8..33e27e89f4 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; -- cgit v1.2.3