diff options
| author | Stefan Maksimovic <stefan.maksimovic@mips.com> | 2018-02-08 09:31:48 +0000 |
|---|---|---|
| committer | Stefan Maksimovic <stefan.maksimovic@mips.com> | 2018-02-08 09:31:48 +0000 |
| commit | 898994055712479858516b3ffa03c7e782053a1a (patch) | |
| tree | 78240713629e1820513c8cf6f9a3e7fafa40524c /llvm/test/CodeGen/Mips/maxcallframesize.ll | |
| parent | b3e7ed3b941b3477b7797860eb99cb5154ba015e (diff) | |
| download | bcm5719-llvm-898994055712479858516b3ffa03c7e782053a1a.tar.gz bcm5719-llvm-898994055712479858516b3ffa03c7e782053a1a.zip | |
Revert accidental changes that snuck in r324584
llvm-svn: 324585
Diffstat (limited to 'llvm/test/CodeGen/Mips/maxcallframesize.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/maxcallframesize.ll | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/llvm/test/CodeGen/Mips/maxcallframesize.ll b/llvm/test/CodeGen/Mips/maxcallframesize.ll deleted file mode 100644 index a980467eb29..00000000000 --- a/llvm/test/CodeGen/Mips/maxcallframesize.ll +++ /dev/null @@ -1,17 +0,0 @@ -; RUN: llc < %s -mtriple=mips-unknown-linux -stop-before=prologepilog | FileCheck %s - -; Test that maxCallFrameSize is being computed early on. - -@glob = external global i32* - -declare void @bar(i32*, [20000 x i8]* byval) - -define void @foo([20000 x i8]* %addr) { - %tmp = alloca [4 x i32], align 32 - %tmp0 = getelementptr [4 x i32], [4 x i32]* %tmp, i32 0, i32 0 - call void @bar(i32* %tmp0, [20000 x i8]* byval %addr) - ret void -} - -; CHECK: adjustsStack: true -; CHECK: maxCallFrameSize: 20008 |

