blob: 3c2f60c1f837d16f59b7d6a95f6649c876c4e562 [file] [log] [blame]
Tim Northover46ecdf52014-04-16 11:53:07 +00001; RUN: not llc -mtriple=arm64-apple-ios7.0 -o - %s
Tim Northovere0e3aef2013-01-31 12:12:40 +00002
3define void @foo() {
4 ; 32-bit bitpattern ending in 1101 can't be produced.
5 call void asm sideeffect "and x0, x0, $0", "L"(i32 13)
6 ret void
Stephen Linf799e3f2013-07-13 20:38:47 +00007}