diff options
author | Chris Lattner <sabre@nondot.org> | 2010-02-21 20:33:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-02-21 20:33:20 +0000 |
commit | 728ea19ece48ad848238bb940c2725c4de52933e (patch) | |
tree | 6e35447b6d27f1bcf6998bf787c57c4f4673898a /test/CodeGen/PowerPC/Frames-alloca.ll | |
parent | 293d592bf9cff6c3679998dde32f3cfd3cd53bc4 (diff) | |
download | external_llvm-728ea19ece48ad848238bb940c2725c4de52933e.zip external_llvm-728ea19ece48ad848238bb940c2725c4de52933e.tar.gz external_llvm-728ea19ece48ad848238bb940c2725c4de52933e.tar.bz2 |
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.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/PowerPC/Frames-alloca.ll b/test/CodeGen/PowerPC/Frames-alloca.ll index aed4fdb..466ae80 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 } |