X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCodeGen%2FAArch64%2Finline-asm-constraints-badI.ll;h=9d833d936c0600e5286a4403ffa68673113c3f0b;hb=ae6fc14d5438a231f115ed8ebc3587da59d2ff33;hp=61bbfc2013547b470a97ed26691a6eb3de3f1a61;hpb=b4dc0233c9f70e8cf946822811f233bb613a02e9;p=oota-llvm.git diff --git a/test/CodeGen/AArch64/inline-asm-constraints-badI.ll b/test/CodeGen/AArch64/inline-asm-constraints-badI.ll index 61bbfc20135..9d833d936c0 100644 --- a/test/CodeGen/AArch64/inline-asm-constraints-badI.ll +++ b/test/CodeGen/AArch64/inline-asm-constraints-badI.ll @@ -1,7 +1,7 @@ -; RUN: not llc -mtriple=aarch64-none-linux-gnu < %s +; RUN: not llc -mtriple=aarch64-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 }