diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:06:00 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-07-16 14:06:00 +0000 |
commit | 52ec0432fad813401d757e7f395075b4367c9c68 (patch) | |
tree | 9669c0302d286bf19f5a974cb52fae7acaefd7ea /test/CodeGen/SystemZ/03-RetOrSubreg.ll | |
parent | 3de6489ca0aa03b882a003e7a87cd350bba0376a (diff) | |
download | external_llvm-52ec0432fad813401d757e7f395075b4367c9c68.zip external_llvm-52ec0432fad813401d757e7f395075b4367c9c68.tar.gz external_llvm-52ec0432fad813401d757e7f395075b4367c9c68.tar.bz2 |
Provide proper patterns for and with imm instructions. Tune the tests accordingly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75979 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ/03-RetOrSubreg.ll')
-rw-r--r-- | test/CodeGen/SystemZ/03-RetOrSubreg.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SystemZ/03-RetOrSubreg.ll b/test/CodeGen/SystemZ/03-RetOrSubreg.ll index 86078f6..7491c08 100644 --- a/test/CodeGen/SystemZ/03-RetOrSubreg.ll +++ b/test/CodeGen/SystemZ/03-RetOrSubreg.ll @@ -1,5 +1,5 @@ ; RUN: llvm-as < %s | llc -march=systemz | grep ogr | count 3 -; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 1 +; RUN: llvm-as < %s | llc -march=systemz | grep nihf | count 1 ; RUN: llvm-as < %s | llc -march=systemz | grep lgfr | count 1 |