diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll')
-rw-r--r-- | llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll index 47c5f98bf00..40746e1528c 100644 --- a/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll +++ b/llvm/test/CodeGen/AArch64/inline-asm-constraints-badK.ll @@ -4,4 +4,4 @@ define void @foo() { ; 32-bit bitpattern ending in 1101 can't be produced. call void asm sideeffect "and w0, w0, $0", "K"(i32 13) ret void -}
\ No newline at end of file +} |