diff options
Diffstat (limited to 'test/MC')
| -rw-r--r-- | test/MC/AArch64/arm64-crypto.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/MC/AArch64/arm64-crypto.s b/test/MC/AArch64/arm64-crypto.s index 51efd2132a78..468a720276c0 100644 --- a/test/MC/AArch64/arm64-crypto.s +++ b/test/MC/AArch64/arm64-crypto.s @@ -1,4 +1,5 @@ ; RUN: llvm-mc -triple arm64-apple-darwin -mattr=crypto -show-encoding -output-asm-variant=1 < %s | FileCheck %s +; RUN: llvm-mc -triple arm64-apple-darwin -mattr='+crypto,+fuse-aes' -show-encoding -output-asm-variant=1 < %s | FileCheck %s foo: aese.16b v0, v1 |
