Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git] / test / CodeGen / ARM / 2009-05-07-RegAllocLocal.ll
blob75610ffecec2752c2dcd92749c199ad7232136e2
1 ; RUN: llc < %s -mtriple=armv5-unknown-linux-gnueabi -O0 -regalloc=local
2 ; PR4100
3 @.str = external constant [30 x i8]             ; <[30 x i8]*> [#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, <2 x i16>* null
8         %0 = call i32 (i8*, ...)* @printf(i8* getelementptr ([30 x i8]* @.str, i32 0, i32 0), i32 0) nounwind           ; <i32> [#uses=0]
9         ret i16 0
12 declare i32 @printf(i8*, ...) nounwind