summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/large-stack.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-26 08:25:06 +0000
commitce380568b5406356a04d745c9c6f137000217ef4 (patch)
treec7f2b122fd0787529ed0b95e2564971afa2ee6c6 /llvm/test/CodeGen/ARM/large-stack.ll
parent4f95f1ab08a707652664aa6d211c1a513dece122 (diff)
downloadbcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.tar.gz
bcm5719-llvm-ce380568b5406356a04d745c9c6f137000217ef4.zip
For PR761:
Remove "target endian/pointersize" or add "target datalayout" to make the test parse properly or set the datalayout because defaults changes. For PR645: Make global names use the @ prefix. For llvm-upgrade changes: Fix test cases or completely remove use of llvm-upgrade for test cases that cannot survive the new renaming or upgrade capabilities. llvm-svn: 33533
Diffstat (limited to 'llvm/test/CodeGen/ARM/large-stack.ll')
-rw-r--r--llvm/test/CodeGen/ARM/large-stack.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/large-stack.ll b/llvm/test/CodeGen/ARM/large-stack.ll
index 2516522d042..4402659e13b 100644
--- a/llvm/test/CodeGen/ARM/large-stack.ll
+++ b/llvm/test/CodeGen/ARM/large-stack.ll
@@ -1,12 +1,12 @@
; RUN: llvm-as < %s | llc -march=arm &&
; RUN: llvm-as < %s | llc -march=arm -enable-thumb
-define void %test1() {
+define void @test1() {
%tmp = alloca [ 64 x i32 ] , align 4
ret void
}
-define void %test2() {
+define void @test2() {
%tmp = alloca [ 4168 x i8 ] , align 4
ret void
}
OpenPOWER on IntegriCloud