[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git] / llvm / test / CodeGen / ARM / 2009-05-07-RegAllocLocal.ll
blobbd48dcf8e0889f52bb81d1ab3722d2ff7ce05c0f
1 ; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=fast
2 ; PR4100
3 @.str = external constant [30 x i8]             ; <ptr> [#uses=1]
5 define i16 @fn16(i16 %arg0.0, <2 x i16> %arg1, i16 %arg2.0) nounwind {
6 entry:
7         store <2 x i16> %arg1, ptr null
8         %0 = call i32 (ptr, ...) @printf(ptr @.str, i32 0) nounwind             ; <i32> [#uses=0]
9         ret i16 0
12 declare i32 @printf(ptr, ...) nounwind