summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/hello.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-21 21:40:08 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-21 21:40:08 +0000
commitf3b33d0b2a50777ddb467e8adefbb018b16570d2 (patch)
tree4d9f034e1520bec850cc9b59d558c89665283d44 /test/CodeGen/ARM/hello.ll
parentac0869dc8a7986855c5557cc67d4709600158ef5 (diff)
downloadllvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.tar.gz
llvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.tar.bz2
llvm-f3b33d0b2a50777ddb467e8adefbb018b16570d2.tar.xz
Darwin requires a frame pointer for all non-leaf functions to support correct
backtraces. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89562 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/hello.ll')
-rw-r--r--test/CodeGen/ARM/hello.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/hello.ll b/test/CodeGen/ARM/hello.ll
index ccdc7bf4c1..23935b96ef 100644
--- a/test/CodeGen/ARM/hello.ll
+++ b/test/CodeGen/ARM/hello.ll
@@ -2,7 +2,7 @@
; RUN: llc < %s -mtriple=arm-linux-gnueabi | grep mov | count 1
; RUN: llc < %s -mtriple=arm-linux-gnu --disable-fp-elim | \
; RUN: grep mov | count 3
-; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 2
+; RUN: llc < %s -mtriple=arm-apple-darwin | grep mov | count 3
@str = internal constant [12 x i8] c"Hello World\00"