summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Thumb/dyn-stackalloc.ll
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-03 15:26:42 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-03 15:26:42 +0000
commit2ac3386ef36c5d1fa6b66578840f93ed79e01939 (patch)
treebe4f6bfd24e6de7deb2a36753e15dcc929f9b0b9 /llvm/test/CodeGen/Thumb/dyn-stackalloc.ll
parent8fd07c026e85b21ac0cc5ce15117c2d33f9ac5e1 (diff)
downloadbcm5719-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.ll2
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* }
OpenPOWER on IntegriCloud