mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 08:23:21 +01:00
10 lines
269 B
LLVM
10 lines
269 B
LLVM
|
; RUN: llvm-as < %s | llc -march=bfin
|
||
|
@i248_l = external global i248 ; <i248*> [#uses=1]
|
||
|
@i248_s = external global i248 ; <i248*> [#uses=1]
|
||
|
|
||
|
define void @i248_ls() nounwind {
|
||
|
%tmp = load i248* @i248_l ; <i248> [#uses=1]
|
||
|
store i248 %tmp, i248* @i248_s
|
||
|
ret void
|
||
|
}
|