diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll b/llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll index 88d66d02fd2..343e30b7213 100644 --- a/llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll +++ b/llvm/test/CodeGen/SystemZ/03-RetImmSubreg.ll @@ -1,8 +1,8 @@ -; RUN: llvm-as < %s | llc -march=systemz | grep lghi | count 2 -; RUN: llvm-as < %s | llc -march=systemz | grep llill | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep llilh | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep lgfi | count 1 -; RUN: llvm-as < %s | llc -march=systemz | grep llilf | count 2 +; RUN: llc < %s -march=systemz | grep lghi | count 2 +; RUN: llc < %s -march=systemz | grep llill | count 1 +; RUN: llc < %s -march=systemz | grep llilh | count 1 +; RUN: llc < %s -march=systemz | grep lgfi | count 1 +; RUN: llc < %s -march=systemz | grep llilf | count 2 define i32 @foo1() { |