From: Jonas Paulsson <jonas.paulsson@ericsson.com>
Date: Tue, 20 Oct 2015 15:05:54 +0000 (+0000)
Subject: [SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53675f88a1b188254c4059bc95649ed14c265707;p=oota-llvm.git

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@250828 91177308-0d34-0410-b5e6-96231b3b80d8
---

diff --git a/test/CodeGen/SystemZ/fp-cmp-05.ll b/test/CodeGen/SystemZ/fp-cmp-05.ll
index 7e937d1adae..c8eb18c6e6b 100644
--- a/test/CodeGen/SystemZ/fp-cmp-05.ll
+++ b/test/CodeGen/SystemZ/fp-cmp-05.ll
@@ -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