diff options
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetArgSubreg.ll')
-rw-r--r-- | test/CodeGen/SystemZ/03-RetArgSubreg.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/CodeGen/SystemZ/03-RetArgSubreg.ll b/test/CodeGen/SystemZ/03-RetArgSubreg.ll index a31adbc..1135fbd 100644 --- a/test/CodeGen/SystemZ/03-RetArgSubreg.ll +++ b/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 nilf | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1 +; RUN: llvm-as < %s | llc -march=systemz | grep lgr | count 1 +; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 1 +; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1 define i32 @foo(i32 %a, i32 %b) { |