summaryrefslogtreecommitdiff
path: root/test/CodeGen/arm-neon-numeric-maxmin.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/arm-neon-numeric-maxmin.c')
-rw-r--r--test/CodeGen/arm-neon-numeric-maxmin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/arm-neon-numeric-maxmin.c b/test/CodeGen/arm-neon-numeric-maxmin.c
index 38f020a756df..d4f5674cd932 100644
--- a/test/CodeGen/arm-neon-numeric-maxmin.c
+++ b/test/CodeGen/arm-neon-numeric-maxmin.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -triple thumbv8-linux-gnueabihf -target-cpu cortex-a57 -ffreestanding -emit-llvm %s -o - | opt -S -mem2reg | FileCheck %s
+// RUN: %clang_cc1 -triple thumbv8-linux-gnueabihf -target-cpu cortex-a57 -ffreestanding -disable-O0-optnone -emit-llvm %s -o - | opt -S -mem2reg | FileCheck %s
#include <arm_neon.h>