no need for unwind info here.

llvm-svn: 73831
This commit is contained in:
Chris Lattner 2009-06-20 19:43:09 +00:00
parent f1510099c3
commit 33d1976328

View File

@ -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