From: Duncan Sands Date: Tue, 20 Jan 2009 18:08:39 +0000 (+0000) Subject: Check that the "don't barf on k8" fix is not X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=de2bcb38b2894e9ee44062486b7eba479cc137df;p=oota-llvm.git 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 --- diff --git a/test/FrontendC/2009-01-20-k8.c b/test/FrontendC/2009-01-20-k8.c new file mode 100644 index 00000000000..fe671dc41fb --- /dev/null +++ b/test/FrontendC/2009-01-20-k8.c @@ -0,0 +1,2 @@ +// RUN: %llvmgcc %s -S -march=k8 +long double x;