diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-24 19:48:04 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-24 19:48:04 +0000 |
commit | 216944733856fa20def4625c6d7481555c422d8e (patch) | |
tree | 0a26dfde89d05543cdfc439c93d4d6cf1c206411 | |
parent | 2e84595e4361f50416aa22a25fd10ef2c4960341 (diff) | |
download | external_llvm-216944733856fa20def4625c6d7481555c422d8e.zip external_llvm-216944733856fa20def4625c6d7481555c422d8e.tar.gz external_llvm-216944733856fa20def4625c6d7481555c422d8e.tar.bz2 |
unwind info not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74112 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | test/CodeGen/X86/pic-1.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic-1.ll b/test/CodeGen/X86/pic-1.ll index ab07718..7bd59dc 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 |