summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM64/crypto.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM64/crypto.ll')
-rw-r--r--test/CodeGen/ARM64/crypto.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM64/crypto.ll b/test/CodeGen/ARM64/crypto.ll
index 3804310287..0020865bcd 100644
--- a/test/CodeGen/ARM64/crypto.ll
+++ b/test/CodeGen/ARM64/crypto.ll
@@ -1,4 +1,4 @@
-; RUN: llc -march=arm64 -arm64-neon-syntax=apple -o - %s | FileCheck %s
+; RUN: llc -march=arm64 -mattr=crypto -arm64-neon-syntax=apple -o - %s | FileCheck %s
declare <16 x i8> @llvm.arm64.crypto.aese(<16 x i8> %data, <16 x i8> %key)
declare <16 x i8> @llvm.arm64.crypto.aesd(<16 x i8> %data, <16 x i8> %key)