summaryrefslogtreecommitdiff
path: root/test/CodeGen/PowerPC/Frames-alloca.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-02-21 20:33:20 +0000
committerChris Lattner <sabre@nondot.org>2010-02-21 20:33:20 +0000
commit728ea19ece48ad848238bb940c2725c4de52933e (patch)
tree6e35447b6d27f1bcf6998bf787c57c4f4673898a /test/CodeGen/PowerPC/Frames-alloca.ll
parent293d592bf9cff6c3679998dde32f3cfd3cd53bc4 (diff)
downloadllvm-728ea19ece48ad848238bb940c2725c4de52933e.tar.gz
llvm-728ea19ece48ad848238bb940c2725c4de52933e.tar.bz2
llvm-728ea19ece48ad848238bb940c2725c4de52933e.tar.xz
add some no-unwinds, other minor cleanups.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96756 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/PowerPC/Frames-alloca.ll')
-rw-r--r--test/CodeGen/PowerPC/Frames-alloca.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/Frames-alloca.ll b/test/CodeGen/PowerPC/Frames-alloca.ll
index aed4fdbb2d..466ae80341 100644
--- a/test/CodeGen/PowerPC/Frames-alloca.ll
+++ b/test/CodeGen/PowerPC/Frames-alloca.ll
@@ -24,7 +24,7 @@
; CHECK-PPC64-NOFP: ld r1, 0(r1)
; CHECK-PPC64-NOFP: ld r31, -8(r1)
-define i32* @f1(i32 %n) {
+define i32* @f1(i32 %n) nounwind {
%tmp = alloca i32, i32 %n ; <i32*> [#uses=1]
ret i32* %tmp
}