diff options
author | Daniel Dunbar <daniel@zuster.org> | 2010-09-03 15:26:42 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2010-09-03 15:26:42 +0000 |
commit | 2ac3386ef36c5d1fa6b66578840f93ed79e01939 (patch) | |
tree | be4f6bfd24e6de7deb2a36753e15dcc929f9b0b9 /llvm/test/CodeGen/Thumb/dyn-stackalloc.ll | |
parent | 8fd07c026e85b21ac0cc5ce15117c2d33f9ac5e1 (diff) | |
download | bcm5719-llvm-2ac3386ef36c5d1fa6b66578840f93ed79e01939.tar.gz bcm5719-llvm-2ac3386ef36c5d1fa6b66578840f93ed79e01939.zip |
Revert "For ARM stack frames that utilize variable sized objects and have either", it is breaking oggenc with Clang for ARMv6.
This reverts commit 8d6e29cfda270be483abf638850311670829ee65.
llvm-svn: 112962
Diffstat (limited to 'llvm/test/CodeGen/Thumb/dyn-stackalloc.ll')
-rw-r--r-- | llvm/test/CodeGen/Thumb/dyn-stackalloc.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll b/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll index 5c8ad974bc0..acfdc917ddf 100644 --- a/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll +++ b/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll @@ -1,7 +1,7 @@ ; RUN: llc < %s -march=thumb | not grep {ldr sp} ; RUN: llc < %s -mtriple=thumb-apple-darwin | \ ; RUN: not grep {sub.*r7} -; RUN: llc < %s -march=thumb | grep {mov.*r6, sp} +; RUN: llc < %s -march=thumb | grep 4294967280 %struct.state = type { i32, %struct.info*, float**, i32, i32, i32, i32, i32, i32, i32, i32, i32, i64, i64, i64, i64, i64, i64, i8* } %struct.info = type { i32, i32, i32, i32, i32, i32, i32, i8* } |