diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/06-CallViaStack.ll')
| -rw-r--r-- | llvm/test/CodeGen/SystemZ/06-CallViaStack.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/06-CallViaStack.ll b/llvm/test/CodeGen/SystemZ/06-CallViaStack.ll index 03cb164f7e6..e904f49de15 100644 --- a/llvm/test/CodeGen/SystemZ/06-CallViaStack.ll +++ b/llvm/test/CodeGen/SystemZ/06-CallViaStack.ll @@ -1,6 +1,6 @@ -; 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 +; RUN: llc < %s | grep 168 | count 1 +; RUN: llc < %s | grep 160 | count 3 +; RUN: llc < %s | grep 328 | 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" |

