1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

no need for unwind info

llvm-svn: 73832
This commit is contained in:
Chris Lattner 2009-06-20 19:48:26 +00:00
parent 33d1976328
commit 965cc0e45b

View File

@ -7,7 +7,7 @@
@i = thread_local global i32 15
define i32* @f() {
define i32* @f() nounwind {
entry:
ret i32* @i
}