diff options
Diffstat (limited to 'test/VectorInstructions/floating_point_ops_constant.c')
-rw-r--r-- | test/VectorInstructions/floating_point_ops_constant.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/VectorInstructions/floating_point_ops_constant.c b/test/VectorInstructions/floating_point_ops_constant.c index c9777fa9..3d9fd098 100644 --- a/test/VectorInstructions/floating_point_ops_constant.c +++ b/test/VectorInstructions/floating_point_ops_constant.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. |