diff options
| author | Sanjay Patel <spatel@rotateright.com> | 2015-02-08 20:50:58 +0000 |
|---|---|---|
| committer | Sanjay Patel <spatel@rotateright.com> | 2015-02-08 20:50:58 +0000 |
| commit | 9be09a36172701e9e906cced96b022fd41f52c2e (patch) | |
| tree | c01aa8d72c21f2160e3bb67fb8df075e1f2ac86b /llvm | |
| parent | 1ef52333c55dcdf2ffad766fd12b434420013666 (diff) | |
| download | bcm5719-llvm-9be09a36172701e9e906cced96b022fd41f52c2e.tar.gz bcm5719-llvm-9be09a36172701e9e906cced96b022fd41f52c2e.zip | |
fix test attributes; these are SSE2 tests, not Nehalem tests
llvm-svn: 228541
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/test/CodeGen/X86/win_cst_pool.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/win_cst_pool.ll b/llvm/test/CodeGen/X86/win_cst_pool.ll index d534b126b19..199557dac20 100644 --- a/llvm/test/CodeGen/X86/win_cst_pool.ll +++ b/llvm/test/CodeGen/X86/win_cst_pool.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=x86_64-win32 -mcpu=corei7 | FileCheck %s +; RUN: llc < %s -mtriple=x86_64-win32 -mattr=sse2 | FileCheck %s target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128" target triple = "x86_64-pc-windows-msvc" |

