diff options
Diffstat (limited to 'test/FrontendC/2009-01-20-k8.c')
-rw-r--r-- | test/FrontendC/2009-01-20-k8.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c new file mode 100644 index 0000000..d28302b --- /dev/null +++ b/test/FrontendC/2009-01-20-k8.c @@ -0,0 +1,4 @@ +// RUN: %llvmgcc %s -S -march=k8 +// XFAIL: * +// XTARGET: x86,i386,i686 +long double x; |