1 ; RUN: llc -fast-isel -march=x86 < %s | FileCheck %s 2 ; CHECK: %fs: 3 4 define i32 @test1(i32 addrspace(257)* %arg) nounwind { 5 %tmp = load i32 addrspace(257)* %arg 6 ret i32 %tmp 7 } 8