diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll index 61bbfc20135..91921d5aa3b 100644 --- a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll +++ b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badI.ll @@ -1,7 +1,8 @@ ; RUN: not llc -mtriple=aarch64-none-linux-gnu < %s +; RUN: not llc -mtriple=arm64-none-linux-gnu -o - %s define void @foo() { ; Out of range immediate for I. - call void asm sideeffect "add x0, x0, $0", "I"(i32 4096) + call void asm sideeffect "add x0, x0, $0", "I"(i32 4097) ret void } |

