Stackmap shadows should consider call returns a branch target.
[oota-llvm.git] / test / CodeGen / X86 / 2010-06-14-fast-isel-fs-load.ll
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 }