mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 06:25:01 +00:00
no need for unwind info here.
llvm-svn: 73831
This commit is contained in:
parent
f1510099c3
commit
33d1976328
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
@i = thread_local global i32 15
|
@i = thread_local global i32 15
|
||||||
|
|
||||||
define i32 @f() {
|
define i32 @f() nounwind {
|
||||||
entry:
|
entry:
|
||||||
%tmp1 = load i32* @i
|
%tmp1 = load i32* @i
|
||||||
ret i32 %tmp1
|
ret i32 %tmp1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user