diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll index a4cc9554f4f..0c9bb14eef3 100644 --- a/llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll +++ b/llvm/test/CodeGen/SystemZ/03-RetArgSubreg.ll @@ -1,6 +1,6 @@ -; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 2 -; RUN: llvm-as < %s | llc -march=systemz | grep nihf | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1 +; RUN: llc < %s -march=systemz | grep lgr | count 2 +; RUN: llc < %s -march=systemz | grep nihf | count 1 +; RUN: llc < %s -march=systemz | grep lgfr | count 1 define i32 @foo(i32 %a, i32 %b) { |