about summary refs log tree commit diff homepage
path: root/test/VectorInstructions/insert_element.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/VectorInstructions/insert_element.c')
-rw-r--r--test/VectorInstructions/insert_element.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VectorInstructions/insert_element.c b/test/VectorInstructions/insert_element.c
index 7e79250d..772da987 100644
--- a/test/VectorInstructions/insert_element.c
+++ b/test/VectorInstructions/insert_element.c
@@ -1,4 +1,4 @@
-// RUN: %llvmgcc %s -emit-llvm -O0 -g -c -o %t1.bc
+// RUN: %llvmgcc %s -emit-llvm %O0opt -g -c -o %t1.bc
 // RUN: rm -rf %t.klee-out
 // NOTE: Have to pass `--optimize=false` to avoid vector operations being
 // constant folded away.