diff options
author | Jonas Paulsson <jonas.paulsson@ericsson.com> | 2015-10-20 15:05:54 +0000 |
---|---|---|
committer | Jonas Paulsson <jonas.paulsson@ericsson.com> | 2015-10-20 15:05:54 +0000 |
commit | 5558536a4ea04510b44e7920edfb801e7b8c473f (patch) | |
tree | f224b6adbbde5c368acc8d893399baaa990a2f5d | |
parent | 637d1e6694d94a03a6031f4b272175a0896e9e1e (diff) | |
download | bcm5719-llvm-5558536a4ea04510b44e7920edfb801e7b8c473f.tar.gz bcm5719-llvm-5558536a4ea04510b44e7920edfb801e7b8c473f.zip |
[SystemZ] Comment fix in test/CodeGen/SystemZ/fp-cmp-05.ll
llvm-svn: 250828
-rw-r--r-- | llvm/test/CodeGen/SystemZ/fp-cmp-05.ll | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-cmp-05.ll b/llvm/test/CodeGen/SystemZ/fp-cmp-05.ll index 7e937d1adae..c8eb18c6e6b 100644 --- a/llvm/test/CodeGen/SystemZ/fp-cmp-05.ll +++ b/llvm/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 |