blob: b5679e665696c8cb4a97e00e91e01fc2afb152b5 [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 addrspace(257)* %arg
ret i32 %tmp
}