aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/pic_jumptable.ll
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-06-27 10:44:33 +0000
committerEd Schouten <ed@FreeBSD.org>2009-06-27 10:44:33 +0000
commitf859468f5a21b6952ab62917777f9fb3bba57003 (patch)
tree9794dc36f22f2a2b3f8063829d8a9b3a7794acc8 /test/CodeGen/X86/pic_jumptable.ll
parentf76359690a7035ad21498f2ba6be6991d3b2032d (diff)
downloadsrc-f859468f5a21b6952ab62917777f9fb3bba57003.tar.gz
src-f859468f5a21b6952ab62917777f9fb3bba57003.zip
Import LLVM r74383.vendor/llvm/llvm-r74383
Notes
Notes: svn path=/vendor/llvm/dist/; revision=195098 svn path=/vendor/llvm/llvm-r74383/; revision=195100; tag=vendor/llvm/llvm-r74383
Diffstat (limited to 'test/CodeGen/X86/pic_jumptable.ll')
-rw-r--r--test/CodeGen/X86/pic_jumptable.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/pic_jumptable.ll b/test/CodeGen/X86/pic_jumptable.ll
index 229865bb71b9..04245d149a8c 100644
--- a/test/CodeGen/X86/pic_jumptable.ll
+++ b/test/CodeGen/X86/pic_jumptable.ll
@@ -6,7 +6,7 @@
declare void @_Z3bari(i32)
-define linkonce void @_Z3fooILi1EEvi(i32 %Y) {
+define linkonce void @_Z3fooILi1EEvi(i32 %Y) nounwind {
entry:
%Y_addr = alloca i32 ; <i32*> [#uses=2]
%"alloca point" = bitcast i32 0 to i32 ; <i32> [#uses=0]