summaryrefslogtreecommitdiff
path: root/test/CodeGen/aarch64-neon-shifts.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/aarch64-neon-shifts.c')
-rw-r--r--test/CodeGen/aarch64-neon-shifts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/aarch64-neon-shifts.c b/test/CodeGen/aarch64-neon-shifts.c
index 66449f7fef4ca..e9a679bc69a44 100644
--- a/test/CodeGen/aarch64-neon-shifts.c
+++ b/test/CodeGen/aarch64-neon-shifts.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -triple arm64-none-linux-gnu -target-feature +neon \
-// RUN: -ffp-contract=fast -S -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
+// RUN: -disable-O0-optnone -ffp-contract=fast -S -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
#include <arm_neon.h>