1; RUN: llc < %s -mtriple=avr -no-integrated-as | FileCheck %s2 3; CHECK-LABEL: foo4define void @foo(i16 %a) {5 call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind6 ret void7}8 9