commit | 2822e174f6e7d728c03c47cf0fcda8a01253107a | [log] [tgz] |
---|---|---|
author | Bill Wendling <isanbard@gmail.com> | Tue Aug 04 03:46:54 2009 +0000 |
committer | Bill Wendling <isanbard@gmail.com> | Tue Aug 04 03:46:54 2009 +0000 |
tree | 387e1b80dd2196b47265befd0bef3daad392b372 | |
parent | c4f8861af3b6a309cf53fe7587c03f196867aa4e [diff] |
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 3d97809..33e27e8 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;