no need for unwind info

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73832 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2009-06-20 19:48:26 +00:00
parent 811ac0b088
commit 6bfb669f82

View File

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