Bump version to 19.1.0-rc3
[llvm-project.git] / llvm / test / CodeGen / AVR / inline-asm / inline-asm2.ll
blob74365b42c60e5ab89df18493deb10aca65d33f29
1 ; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
3 ; CHECK-LABEL: foo
4 define void @foo(i16 %a) {
5   call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind
6   ret void