aboutsummaryrefslogtreecommitdiff
path: root/test/FrontendC
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2009-01-20 18:08:39 +0000
committerDuncan Sands <baldrick@free.fr>2009-01-20 18:08:39 +0000
commitde2bcb38b2894e9ee44062486b7eba479cc137df (patch)
treedefb450128432baf68a465f3aefb509a885a28b3 /test/FrontendC
parent631bd3cdf39eb099d5d5d279b17b08f119956538 (diff)
Check that the "don't barf on k8" fix is not
accidentally reverted again. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62587 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/FrontendC')
-rw-r--r--test/FrontendC/2009-01-20-k8.c2
1 files changed, 2 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 0000000000..fe671dc41f
--- /dev/null
+++ b/test/FrontendC/2009-01-20-k8.c
@@ -0,0 +1,2 @@
+// RUN: %llvmgcc %s -S -march=k8
+long double x;