diff options
| author | Duncan Sands <baldrick@free.fr> | 2011-02-28 14:22:08 +0000 |
|---|---|---|
| committer | Duncan Sands <baldrick@free.fr> | 2011-02-28 14:22:08 +0000 |
| commit | f66e4611f96cbc6336c216169e5c2cbd0f9b8ffc (patch) | |
| tree | 3ef633fa3cbc1f3dec2208d58eaba76155e3b587 | |
| parent | 612b85e58c1ba7150135d6046cb02d33a239fcd6 (diff) | |
| download | bcm5719-llvm-f66e4611f96cbc6336c216169e5c2cbd0f9b8ffc.tar.gz bcm5719-llvm-f66e4611f96cbc6336c216169e5c2cbd0f9b8ffc.zip | |
Windows codegen also dies on this, so restrict to the platform it was
actually tested on.
llvm-svn: 126652
| -rw-r--r-- | llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll b/llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll index 61df3a728c6..c12b9563b30 100644 --- a/llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll +++ b/llvm/test/CodeGen/X86/2011-02-27-Fpextend.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=x86-64 < %s +; RUN: llc -mtriple=x86_64-pc-linux < %s ; PR9309 define <4 x double> @f_fu(<4 x float>) nounwind { |

