diff options
Diffstat (limited to 'llvm/test/CodeGen/ARM64/crc32.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM64/crc32.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM64/crc32.ll b/llvm/test/CodeGen/ARM64/crc32.ll index 609eb44122b..5d759dcce71 100644 --- a/llvm/test/CodeGen/ARM64/crc32.ll +++ b/llvm/test/CodeGen/ARM64/crc32.ll @@ -1,4 +1,4 @@ -; RUN: llc -march=arm64 -o - %s | FileCheck %s +; RUN: llc -march=arm64 -mattr=+crc -o - %s | FileCheck %s define i32 @test_crc32b(i32 %cur, i8 %next) { ; CHECK-LABEL: test_crc32b: |

