commit | 188e6d174315d123c60ab5bab93312eee25ec8e9 | [log] [tgz] |
---|---|---|
author | Anton Korobeynikov <asl@math.spbu.ru> | Thu Jul 16 13:51:12 2009 +0000 |
committer | Anton Korobeynikov <asl@math.spbu.ru> | Thu Jul 16 13:51:12 2009 +0000 |
tree | 15a2ca51a9c194d282deb789309a9068f0d4701f | |
parent | 49d780670d07fa86f61ab1cb006dcd9689983978 [diff] [blame] |
Emit callee-saved regs spills / restores git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75943 91177308-0d34-0410-b5e6-96231b3b80d8
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