summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pr10525.ll
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-08-23 20:39:19 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-08-23 20:39:19 +0000
commit7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77 (patch)
treed6c026c70fd61494015c0ab9dd4457be93f40f70 /test/CodeGen/X86/pr10525.ll
parent56afd5e90b11ac51d5118b249d8696078f251ccc (diff)
downloadllvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.gz
llvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.bz2
llvm-7cb1b5f5bfcaeb13d0ad4368584bb590274c4f77.tar.xz
Replace more uses of sse41 with sse4.1.
llc using the host cpu features and *waning* on unknown features is probably not a good thing :-( git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189144 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/pr10525.ll')
-rw-r--r--test/CodeGen/X86/pr10525.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pr10525.ll b/test/CodeGen/X86/pr10525.ll
index 342c1d63e1..30ce2979e8 100644
--- a/test/CodeGen/X86/pr10525.ll
+++ b/test/CodeGen/X86/pr10525.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mattr=+sse2,+sse41
+; RUN: llc < %s -march=x86-64 -mattr=+sse2,+sse4.1
; No check in a crash test