blob: 083390999b8a97039dd36eb4c4e3e9af1a06c65c [file] [log] [blame]
; RUN: llc < %s -march=avr | FileCheck %s
; CHECK-LABEL: foo
define void @foo(i16 %a) {
call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind
ret void
}