fix test to not get a moduleid that matches 'br'
[llvm/avr.git] / test / CodeGen / PIC16 / sext.ll
blobb49925ffb7c34d0feda5ea61e599cb0f7f055bcf
1 ; RUN: llc < %s -march=pic16
3 @main.auto.c = internal global i8 0             ; <i8*> [#uses=1]
5 define i16 @main() nounwind {
6 entry:
7         %tmp = load i8* @main.auto.c            ; <i8> [#uses=1]
8         %conv = sext i8 %tmp to i16             ; <i16> [#uses=1]
9         ret i16 %conv