summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/arm-neon-fma.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/arm-neon-fma.c')
-rw-r--r--test/CodeGen/arm-neon-fma.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/arm-neon-fma.c b/test/CodeGen/arm-neon-fma.c
index 9311f6be68..b5184c195e 100644
--- a/test/CodeGen/arm-neon-fma.c
+++ b/test/CodeGen/arm-neon-fma.c
@@ -3,7 +3,7 @@
// RUN: -target-cpu cortex-a7 \
// RUN: -mfloat-abi hard \
// RUN: -ffreestanding \
-// RUN: -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
+// RUN: -disable-O0-optnone -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s
#include <arm_neon.h>