1 ; RUN: llc < %s -mtriple=i686-- > %t
2 ; RUN: grep "movb.7(%...)" %t
3 ; RUN: not grep leal %t
5 define i8 @test(i32 *%P) nounwind {
6 %Q = getelementptr i32, i32* %P, i32 1
7 %R = bitcast i32* %Q to i8*
10 br i1 %T, label %TB, label %F
14 %U = getelementptr i8, i8* %R, i32 3