summaryrefslogtreecommitdiffstats
path: root/llvm/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
commitb7bb72e4f3bbed097faf32292c322e87cda79667 (patch)
tree590f83afc35b7d10526cd833f9822fed6c2f7615 /llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll
parent4ecc8f43c70f79e1b282cd9c6507d2957db93370 (diff)
downloadbcm5719-llvm-b7bb72e4f3bbed097faf32292c322e87cda79667.tar.gz
bcm5719-llvm-b7bb72e4f3bbed097faf32292c322e87cda79667.zip
Remove the "-promote-elements" flag. This flag is now enabled by default.
llvm-svn: 157925
Diffstat (limited to 'llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll')
-rw-r--r--llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll b/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll
index ed5649c6026..4daf6781495 100644
--- a/llvm/test/CodeGen/X86/2011-09-21-setcc-bug.ll
+++ b/llvm/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.
OpenPOWER on IntegriCloud