brintos

brintos / llvm-project-archived public Read only

0
0
Text · 381 B · bd48dcf Raw
13 lines · plain
1; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=fast2; PR41003@.str = external constant [30 x i8]		; <ptr> [#uses=1]4 5define i16 @fn16(i16 %arg0.0, <2 x i16> %arg1, i16 %arg2.0) nounwind {6entry:7	store <2 x i16> %arg1, ptr null8	%0 = call i32 (ptr, ...) @printf(ptr @.str, i32 0) nounwind		; <i32> [#uses=0]9	ret i16 010}11 12declare i32 @printf(ptr, ...) nounwind13