mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-10-31 16:02:52 +01:00
90daaa543a
llvm-svn: 179241
8 lines
189 B
LLVM
8 lines
189 B
LLVM
; 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
|
|
}
|