[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll

llvm-svn: 250828
This commit is contained in:
Jonas Paulsson 2015-10-20 15:05:54 +00:00
parent 637d1e6694
commit 5558536a4e
1 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
; Test that floating-point instructions that set cc are used to
; eliminate compares for load complement, load negative and load
; positive. Right now, the WFL.DB (vector) instructions are not
; handled by SystemZElimcompare, so for Z13 this is currently
; unimplemented.
; positive.
;
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z10 | FileCheck %s
; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z13 | FileCheck %s