From: Chris Lattner Date: Wed, 24 Jun 2009 19:48:04 +0000 (+0000) Subject: unwind info not needed. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=7556bfd6af00ae579ad302c13e9b7b7c240e8c86;p=oota-llvm.git unwind info not needed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74112 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/pic-1.ll b/test/CodeGen/X86/pic-1.ll index ab07718ad23..7bd59dc0f3e 100644 --- a/test/CodeGen/X86/pic-1.ll +++ b/test/CodeGen/X86/pic-1.ll @@ -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