1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2 ; RUN: llc < %s -mcpu=i486 | FileCheck %s
5 target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:32:64-f32:32:32-f64:32:64-v64:64:64-v128:128:128-a0:0:64"
6 target triple = "i686-apple-darwin8"
7 @G = weak global float 0.000000e+00 ; <ptr> [#uses=1]
9 define void @t1(float %F) {
11 ; CHECK: ## %bb.0: ## %entry
12 ; CHECK-NEXT: flds {{[0-9]+}}(%esp)
13 ; CHECK-NEXT: movl L_G$non_lazy_ptr, %eax
14 ; CHECK-NEXT: fstps (%eax)
17 store float %F, ptr @G