diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll index 6bc633814c7..17260130199 100644 --- a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll +++ b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK2.ll @@ -1,4 +1,4 @@ -; RUN: not llc -mtriple=arm64-none-linux-gnu -o - %s +; RUN: not llc -mtriple=aarch64-none-linux-gnu -o - %s define void @foo() { ; 32-bit bitpattern ending in 1101 can't be produced. |