summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorJonas Paulsson <jonas.paulsson@ericsson.com>2015-10-26 15:03:41 +0000
committerJonas Paulsson <jonas.paulsson@ericsson.com>2015-10-26 15:03:41 +0000
commit7da382088251e868a8cb9313c2f8fda58e4b2801 (patch)
tree386525e282c5ca052b3200a5bf6903bb33392967 /llvm/test/CodeGen
parent9525b2c0c8d037cdb5e13091f193d4b847677a69 (diff)
downloadbcm5719-llvm-7da382088251e868a8cb9313c2f8fda58e4b2801.tar.gz
bcm5719-llvm-7da382088251e868a8cb9313c2f8fda58e4b2801.zip
[SystemZ] Also clear kill flag for index reg in splitMove().
Discovered by running fp-move-05.ll with -verify-machineinstrs (added to test case run). llvm-svn: 251298
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/SystemZ/fp-move-05.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/fp-move-05.ll b/llvm/test/CodeGen/SystemZ/fp-move-05.ll
index da12af6d68c..0864deee513 100644
--- a/llvm/test/CodeGen/SystemZ/fp-move-05.ll
+++ b/llvm/test/CodeGen/SystemZ/fp-move-05.ll
@@ -1,6 +1,6 @@
; Test 128-bit floating-point loads.
;
-; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; RUN: llc < %s -mtriple=s390x-linux-gnu -verify-machineinstrs | FileCheck %s
; Check loads with no offset.
define double @f1(i64 %src) {
OpenPOWER on IntegriCloud