diff options
Diffstat (limited to 'llvm/test/CodeGen/SystemZ/fp-move-01.ll')
-rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-move-01.ll | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-move-01.ll b/llvm/test/CodeGen/SystemZ/fp-move-01.ll index 843b1b6a6e6..55c09e5d779 100644 --- a/llvm/test/CodeGen/SystemZ/fp-move-01.ll +++ b/llvm/test/CodeGen/SystemZ/fp-move-01.ll @@ -1,7 +1,6 @@ ; Test moves between FPRs. ; ; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s -; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s ; Test f32 moves. define float @f1(float %a, float %b) { |