remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / Generic / call-ret0.ll
bloba8e00cd54ef71caa3d26dd02dda79bf8b3a41ebe
1 ; RUN: llc < %s
2 define i32 @foo(i32 %x) {
3         ret i32 %x
6 define i32 @main() {
7         %r = call i32 @foo( i32 0 )             ; <i32> [#uses=1]
8         ret i32 %r