diff options
author | Duncan Sands <baldrick@free.fr> | 2011-02-28 12:30:47 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2011-02-28 12:30:47 +0000 |
commit | 443612e165ddc884bfe006cfb3d94746b6ba92e4 (patch) | |
tree | 6253a7c9b15b8e999fe73598ea9f17ca177275f5 /test/CodeGen | |
parent | f7b2a9d7df0020d5120fbeb3232f9dce57dec6e7 (diff) |
Make this test x86 specific because the ARM backend can't handle it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126650 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/2011-02-27-Fpextend.ll (renamed from test/CodeGen/Generic/2011-02-27-Fpextend.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Generic/2011-02-27-Fpextend.ll b/test/CodeGen/X86/2011-02-27-Fpextend.ll index 38a1e4e414..61df3a728c 100644 --- a/test/CodeGen/Generic/2011-02-27-Fpextend.ll +++ b/test/CodeGen/X86/2011-02-27-Fpextend.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s +; RUN: llc -march=x86-64 < %s ; PR9309 define <4 x double> @f_fu(<4 x float>) nounwind { |