[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll
authorJonas Paulsson <jonas.paulsson@ericsson.com>
Tue, 20 Oct 2015 15:05:54 +0000 (15:05 +0000)
committerJonas Paulsson <jonas.paulsson@ericsson.com>
Tue, 20 Oct 2015 15:05:54 +0000 (15:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250828 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/SystemZ/fp-cmp-05.ll

index 7e937d1adae49308177f9aa535524b4f6cf4e05e..c8eb18c6e6ba4885d3d7df617d80a8702f24c0b2 100644 (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