Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / Assembler / 2002-08-15-UnresolvedGlobalReference.ll
blob5252be266a167783e237131382dbd05dcfc5b92c
1 ; RUN: llvm-as %s -o /dev/null -f
3 @.LC0 = internal global [12 x i8] c"hello world\00"             ; <[12 x i8]*> [#uses=1]
5 define i8* @test() {
6         ret i8* getelementptr ([12 x i8]* @.LC0, i64 0, i64 0)