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

