blob: 74365b42c60e5ab89df18493deb10aca65d33f29 [file] [log] [blame]
Dylan McKay19d95332017-02-22 22:41:13 +00001; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
Dylan McKay0d4778f2016-11-09 23:46:52 +00002
3; CHECK-LABEL: foo
4define void @foo(i16 %a) {
5 call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind
6 ret void
7}
8