unwind info not needed.
authorChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 19:48:04 +0000 (19:48 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 24 Jun 2009 19:48:04 +0000 (19:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74112 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/pic-1.ll

index ab07718ad237f535e68d567de6fc1b80ed66b129..7bd59dc0f3efa5b28810d5106f67741d840422ec 100644 (file)
@@ -9,7 +9,7 @@
 @dst = external global i32 
 @src = external global i32 
 
-define void @foo() {
+define void @foo() nounwind {
 entry:
     store i32* @dst, i32** @ptr
     %tmp.s = load i32* @src