summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-systemz-zvector2.c
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-09-13 05:16:59 +0000
committerJonas Devlieghere <jonas@devlieghere.com>2019-09-13 05:16:59 +0000
commit4aaa77e48dd1bd8337d5a4fe9795f13c54f3a9cb (patch)
treefc44fd9b07b96bede2d795ace50e48a9008c36fd /clang/test/CodeGen/builtins-systemz-zvector2.c
parent3b7ffc6ae75a98827880c85c5f78099a044c8e09 (diff)
downloadbcm5719-llvm-4aaa77e48dd1bd8337d5a4fe9795f13c54f3a9cb.tar.gz
bcm5719-llvm-4aaa77e48dd1bd8337d5a4fe9795f13c54f3a9cb.zip
Revert "For PR17164: split -fno-lax-vector-conversion into three different"
This breaks the LLDB build. I tried reaching out to Richard, but haven't gotten a reply yet. llvm-svn: 371813
Diffstat (limited to 'clang/test/CodeGen/builtins-systemz-zvector2.c')
-rw-r--r--clang/test/CodeGen/builtins-systemz-zvector2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/builtins-systemz-zvector2.c b/clang/test/CodeGen/builtins-systemz-zvector2.c
index 02fa3253d96..990e4e58b52 100644
--- a/clang/test/CodeGen/builtins-systemz-zvector2.c
+++ b/clang/test/CodeGen/builtins-systemz-zvector2.c
@@ -1,9 +1,9 @@
// REQUIRES: systemz-registered-target
// RUN: %clang_cc1 -target-cpu z14 -triple s390x-linux-gnu \
-// RUN: -O -fzvector -flax-vector-conversions=none \
+// RUN: -O -fzvector -fno-lax-vector-conversions \
// RUN: -Wall -Wno-unused -Werror -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -target-cpu z14 -triple s390x-linux-gnu \
-// RUN: -O -fzvector -flax-vector-conversions=none \
+// RUN: -O -fzvector -fno-lax-vector-conversions \
// RUN: -Wall -Wno-unused -Werror -S %s -o - | FileCheck %s --check-prefix=CHECK-ASM
#include <vecintrin.h>
OpenPOWER on IntegriCloud