blob: 5a4b389acb3d9902468d6bb0a033ee9e607c15b5 [file] [log] [blame]
; RUN: llc -fast-isel -march=x86 < %s | FileCheck %s
; CHECK: %fs:
define i32 @test1(i32 addrspace(257)* %arg) nounwind {
%tmp = load i32, i32 addrspace(257)* %arg
ret i32 %tmp
}