diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-11-14 22:22:14 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-11-14 22:22:14 +0000 |
| commit | 295097cc32697735c36235dbe2d28d49d808dfee (patch) | |
| tree | b0673adb41ddf43108c110a0a9d33de6c4bd923d /llvm/test/CodeGen/PowerPC/stfiwx.ll | |
| parent | 83c5cd9dfd01cedf4048b5e5cefdb9c8dd67d2c2 (diff) | |
| download | bcm5719-llvm-295097cc32697735c36235dbe2d28d49d808dfee.tar.gz bcm5719-llvm-295097cc32697735c36235dbe2d28d49d808dfee.zip | |
add some nounwind's.
llvm-svn: 119086
Diffstat (limited to 'llvm/test/CodeGen/PowerPC/stfiwx.ll')
| -rw-r--r-- | llvm/test/CodeGen/PowerPC/stfiwx.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/PowerPC/stfiwx.ll b/llvm/test/CodeGen/PowerPC/stfiwx.ll index d1c3f5234a2..1ad558c6abc 100644 --- a/llvm/test/CodeGen/PowerPC/stfiwx.ll +++ b/llvm/test/CodeGen/PowerPC/stfiwx.ll @@ -6,13 +6,13 @@ ; RUN: not grep stfiwx %t2 ; RUN: grep r1 %t2 -define void @test(float %a, i32* %b) { +define void @test(float %a, i32* %b) nounwind { %tmp.2 = fptosi float %a to i32 ; <i32> [#uses=1] store i32 %tmp.2, i32* %b ret void } -define void @test2(float %a, i32* %b, i32 %i) { +define void @test2(float %a, i32* %b, i32 %i) nounwind { %tmp.2 = getelementptr i32* %b, i32 1 ; <i32*> [#uses=1] %tmp.5 = getelementptr i32* %b, i32 %i ; <i32*> [#uses=1] %tmp.7 = fptosi float %a to i32 ; <i32> [#uses=3] |

