Reverting PALIGNR fix until I figure out how this
[oota-llvm.git] / test / CodeGen / PIC16 / sext.ll
1 ; RUN: llc < %s -march=pic16
2
3 @main.auto.c = internal global i8 0             ; <i8*> [#uses=1]
4
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
10 }