Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / CodeGen / Generic / fastcall.ll
blob65e66c7ef0610f1a80fe7c5b9d6b70d930a2142c
1 ; Test fastcc works. Test from bug 2770.
2 ; RUN: llvm-as < %s | llc -relocation-model=pic
5 %struct.__gcov_var = type {  i32 }
6 @__gcov_var = external global %struct.__gcov_var
8 define fastcc void @gcov_read_words(i32 %words) {
9 entry:
10         store i32 %words, i32* getelementptr (%struct.__gcov_var* 
11 @__gcov_var,
12 i32 0, i32 0)
13         ret void