aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/2010-06-14-fast-isel-fs-load.ll
blob: 5a4b389acb3d9902468d6bb0a033ee9e607c15b5 (plain)
1
2
3
4
5
6
7
; 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
}