remove the "old" at&t style asmprinter. Unfortunately, most of the
[llvm/avr.git] / test / CodeGen / PowerPC / vec_call.ll
blob4511315c3bfade4460c09cce5722349912ae0700
1 ; RUN: llc < %s -march=ppc32 -mcpu=g5
3 define <4 x i32> @test_arg(<4 x i32> %A, <4 x i32> %B) {
4         %C = add <4 x i32> %A, %B               ; <<4 x i32>> [#uses=1]
5         ret <4 x i32> %C
8 define <4 x i32> @foo() {
9         %X = call <4 x i32> @test_arg( <4 x i32> zeroinitializer, <4 x i32> zeroinitializer )           ; <<4 x i32>> [#uses=1]
10         ret <4 x i32> %X