16 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=i686-- | FileCheck %s3 4@dst = global i32 0 ; <ptr> [#uses=1]5@ptr = global ptr null ; <ptr> [#uses=1]6 7define void @test() {8; CHECK-LABEL: test:9; CHECK: # %bb.0:10; CHECK-NEXT: movl $dst, ptr11; CHECK-NEXT: retl12 store ptr @dst, ptr @ptr13 ret void14}15 16