diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-05-15 15:45:31 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-05-15 15:45:31 +0000 |
| commit | 2d35a060806ab93a04582e26157ae6f12bc47cc2 (patch) | |
| tree | 744f961a0c2c205bfac924e3c034f95dd5731723 /llvm/test | |
| parent | 57e0ec7d20956f0fe81c94f7387d3ece60938ea9 (diff) | |
| download | bcm5719-llvm-2d35a060806ab93a04582e26157ae6f12bc47cc2.tar.gz bcm5719-llvm-2d35a060806ab93a04582e26157ae6f12bc47cc2.zip | |
llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll: Add explicit triple.
llvm-svn: 208897
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll b/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll index 5dd5246c373..254991aec09 100644 --- a/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll +++ b/llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -march=x86-64 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-unknown -mcpu=corei7 | FileCheck %s define <2 x double> @test_x86_sse41_blend_pd(<2 x double> %a0, <2 x double> %a1) { |

