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