mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-05 03:36:43 +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
|
||||
|
||||
define i32 @f() {
|
||||
define i32 @f() nounwind {
|
||||
entry:
|
||||
%tmp1 = load i32* @i
|
||||
ret i32 %tmp1
|
||||
|
Loading…
x
Reference in New Issue
Block a user