diff options
Diffstat (limited to 'clang/test/CodeGen/arm-crc32.c')
-rw-r--r-- | clang/test/CodeGen/arm-crc32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/arm-crc32.c b/clang/test/CodeGen/arm-crc32.c index 8a70d8c78a9..c9aa549cbb3 100644 --- a/clang/test/CodeGen/arm-crc32.c +++ b/clang/test/CodeGen/arm-crc32.c @@ -1,5 +1,5 @@ // RUN: %clang_cc1 -triple armv8-none-linux-gnueabi \ -// RUN: -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s +// RUN: -disable-O0-optnone -emit-llvm -o - %s | opt -S -mem2reg | FileCheck %s int crc32b(int a, char b) { |