summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-06-24 19:48:04 +0000
committerChris Lattner <sabre@nondot.org>2009-06-24 19:48:04 +0000
commit7556bfd6af00ae579ad302c13e9b7b7c240e8c86 (patch)
tree0a26dfde89d05543cdfc439c93d4d6cf1c206411 /test
parentab162993460510a269d5ddd6d872d32d4e9c062f (diff)
downloadllvm-7556bfd6af00ae579ad302c13e9b7b7c240e8c86.tar.gz
llvm-7556bfd6af00ae579ad302c13e9b7b7c240e8c86.tar.bz2
llvm-7556bfd6af00ae579ad302c13e9b7b7c240e8c86.tar.xz
unwind info not needed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/pic-1.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic-1.ll b/test/CodeGen/X86/pic-1.ll
index ab07718ad2..7bd59dc0f3 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