diff options
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetSubSubreg.ll')
-rw-r--r-- | test/CodeGen/SystemZ/03-RetSubSubreg.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CodeGen/SystemZ/03-RetSubSubreg.ll b/test/CodeGen/SystemZ/03-RetSubSubreg.ll index 591b37d..54761e2 100644 --- a/test/CodeGen/SystemZ/03-RetSubSubreg.ll +++ b/test/CodeGen/SystemZ/03-RetSubSubreg.ll @@ -1,6 +1,6 @@ ; RUN: llvm-as < %s | llc -march=systemz | grep sr | count 3 -; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 2 +; RUN: llvm-as < %s | llc -march=systemz | grep llgfr | count 2 +; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 3 define i32 @foo(i32 %a, i32 %b) { entry: |