summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2011-09-21-setcc-bug.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-06-04 11:27:21 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-06-04 11:27:21 +0000
commitfcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e (patch)
treefd22ec6127b5a415606a785263f7f7b2e263dd56 /test/CodeGen/X86/2011-09-21-setcc-bug.ll
parentd01d693c0b337cfcbf524a3a38c8123a6c5fe54e (diff)
downloadllvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.gz
llvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.bz2
llvm-fcb2c3cf5e8ee421fd3a5639cc4a33036e9a614e.tar.xz
Remove the "-promote-elements" flag. This flag is now enabled by default.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@157925 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2011-09-21-setcc-bug.ll')
-rw-r--r--test/CodeGen/X86/2011-09-21-setcc-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2011-09-21-setcc-bug.ll b/test/CodeGen/X86/2011-09-21-setcc-bug.ll
index ed5649c602..4daf678149 100644
--- a/test/CodeGen/X86/2011-09-21-setcc-bug.ll
+++ b/test/CodeGen/X86/2011-09-21-setcc-bug.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=x86-64 -mcpu=corei7 -promote-elements -mattr=+sse41
+; RUN: llc < %s -march=x86-64 -mcpu=corei7 -mattr=+sse41
; Make sure we are not crashing on this code.