From 53675f88a1b188254c4059bc95649ed14c265707 Mon Sep 17 00:00:00 2001 From: Jonas Paulsson Date: Tue, 20 Oct 2015 15:05:54 +0000 Subject: [PATCH] [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 --- test/CodeGen/SystemZ/fp-cmp-05.ll | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.34.1