1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2; RUN: llc < %s -mtriple=i686-- | FileCheck %s
3
4	%struct.gl_texture_image = type { i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i8*, i8* }
5	%struct.gl_texture_object = type { i32, i32, i32, float, [4 x i32], i32, i32, i32, i32, i32, float, [11 x %struct.gl_texture_image*], [1024 x i8], i32, i32, i32, i8, i8*, i8, void (%struct.gl_texture_object*, i32, float*, float*, float*, float*, i8*, i8*, i8*, i8*)*, %struct.gl_texture_object* }
6
7define fastcc void @sample_3d_linear(%struct.gl_texture_object* %tObj, %struct.gl_texture_image* %img, float %s, float %t, float %r, i8* %red, i8* %green, i8* %blue, i8* %alpha) {
8; CHECK-LABEL: sample_3d_linear:
9; CHECK:       # %bb.0: # %entry
10; CHECK-NEXT:    pushl %esi
11; CHECK-NEXT:    .cfi_def_cfa_offset 8
12; CHECK-NEXT:    .cfi_offset %esi, -8
13; CHECK-NEXT:    movl 0, %esi
14; CHECK-NEXT:    pushl $0
15; CHECK-NEXT:    .cfi_adjust_cfa_offset 4
16; CHECK-NEXT:    calll floorf@PLT
17; CHECK-NEXT:    fstp %st(0)
18; CHECK-NEXT:    addl $4, %esp
19; CHECK-NEXT:    .cfi_adjust_cfa_offset -4
20; CHECK-NEXT:    cmpl $10497, %esi # imm = 0x2901
21; CHECK-NEXT:    popl %esi
22; CHECK-NEXT:    .cfi_def_cfa_offset 4
23; CHECK-NEXT:    retl
24entry:
25	%tmp15 = load i32, i32* null, align 4		; <i32> [#uses=1]
26	%tmp16 = icmp eq i32 %tmp15, 10497		; <i1> [#uses=1]
27	%tmp2152 = call float @floorf( float 0.000000e+00 )		; <float> [#uses=0]
28	br i1 %tmp16, label %cond_true, label %cond_false
29
30cond_true:		; preds = %entry
31	ret void
32
33cond_false:		; preds = %entry
34	ret void
35}
36
37declare float @floorf(float)
38