aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:51:12 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2009-07-16 13:51:12 +0000
commitef5decab535f0f45cff45abf156294d3be495660 (patch)
tree15a2ca51a9c194d282deb789309a9068f0d4701f /test/CodeGen/SystemZ
parent33b350bf24be396a127c81af045468765731afc7 (diff)
downloadexternal_llvm-ef5decab535f0f45cff45abf156294d3be495660.zip
external_llvm-ef5decab535f0f45cff45abf156294d3be495660.tar.gz
external_llvm-ef5decab535f0f45cff45abf156294d3be495660.tar.bz2
Emit callee-saved regs spills / restores
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75943 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r--test/CodeGen/SystemZ/06-CallViaStack.ll2
-rw-r--r--test/CodeGen/SystemZ/06-LocalFrame.ll2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/06-CallViaStack.ll b/test/CodeGen/SystemZ/06-CallViaStack.ll
index 7b222d9..03cb164 100644
--- a/test/CodeGen/SystemZ/06-CallViaStack.ll
+++ b/test/CodeGen/SystemZ/06-CallViaStack.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc | grep 168 | count 2
+; RUN: llvm-as < %s | llc | grep 168 | count 1
; RUN: llvm-as < %s | llc | grep 160 | count 3
; RUN: llvm-as < %s | llc | grep 328 | count 1
diff --git a/test/CodeGen/SystemZ/06-LocalFrame.ll b/test/CodeGen/SystemZ/06-LocalFrame.ll
index 588c46d..4f7535d 100644
--- a/test/CodeGen/SystemZ/06-LocalFrame.ll
+++ b/test/CodeGen/SystemZ/06-LocalFrame.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as < %s | llc | grep 160 | count 1
; RUN: llvm-as < %s | llc | grep 328 | count 1
-; RUN: llvm-as < %s | llc | grep 168 | count 2
+; RUN: llvm-as < %s | llc | grep 168 | count 1
target datalayout = "E-p:64:64:64-i1:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-f128:128:128"
target triple = "s390x-unknown-linux-gnu"