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