diff options
| author | Duncan Sands <baldrick@free.fr> | 2009-01-20 18:08:39 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2009-01-20 18:08:39 +0000 |
| commit | 489c5484d30d26b05c85d0e896c4ba07702ca6ec (patch) | |
| tree | 744b8fc7a575f6af323977f72a8870ad61e7433e | |
| parent | 75a495b495708ef70c1b1779379d80e1cb466157 (diff) | |
| download | bcm5719-llvm-489c5484d30d26b05c85d0e896c4ba07702ca6ec.tar.gz bcm5719-llvm-489c5484d30d26b05c85d0e896c4ba07702ca6ec.zip | |
Check that the "don't barf on k8" fix is not
accidentally reverted again.
llvm-svn: 62587
| -rw-r--r-- | llvm/test/FrontendC/2009-01-20-k8.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/FrontendC/2009-01-20-k8.c b/llvm/test/FrontendC/2009-01-20-k8.c new file mode 100644 index 00000000000..fe671dc41fb --- /dev/null +++ b/llvm/test/FrontendC/2009-01-20-k8.c @@ -0,0 +1,2 @@ +// RUN: %llvmgcc %s -S -march=k8 +long double x; |

