diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 22:26:42 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-01 22:26:42 +0000 |
commit | eb58a4826e3306f061655fa9e0023124fee80159 (patch) | |
tree | 41720bf46e67172b6a820acebb83bd645ce1acd0 /test/CodeGen | |
parent | fa99eca959b80b39dc8ca50e563a4a0df3604f60 (diff) |
My mistake, my environment wasn't up to date. This passes now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33769 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/ARM/large-stack.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/large-stack.ll b/test/CodeGen/ARM/large-stack.ll index f4bf5189f4a..68dedb59aa8 100644 --- a/test/CodeGen/ARM/large-stack.ll +++ b/test/CodeGen/ARM/large-stack.ll @@ -2,7 +2,6 @@ ; RUN: llvm-as < %s | llc -march=arm -enable-thumb && ; RUN: llvm-as < %s | llc -march=arm -enable-thumb | \ ; RUN: grep 'ldr.*LCP' | wc -l | grep 5 -; XFAIL: *86-pc-linux-gnu define void @test1() { %tmp = alloca [ 64 x i32 ] , align 4 |