summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>2018-10-26 00:02:33 +0000
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>2018-10-26 00:02:33 +0000
commite2c5cbc1643f8324fa84c2a44918262cacbbe2c4 (patch)
tree09d63fc63fdce3ef3ab7cd786a6180ea08be6169 /llvm/test/CodeGen/SystemZ
parentb76e25a26d37e99ade8c686bf5d6a48d3d20e46d (diff)
downloadbcm5719-llvm-e2c5cbc1643f8324fa84c2a44918262cacbbe2c4.tar.gz
bcm5719-llvm-e2c5cbc1643f8324fa84c2a44918262cacbbe2c4.zip
[SystemZ] Pass the DAG pointer from SystemZAddressingMode::dump().
In order to print the IR slot number for the memory operand, the DAG pointer must be passed to SDNode::dump(). The isel-debug.ll test updated to also check for the IR Value reference being printed correctly. Review: Ulrich Weigand https://reviews.llvm.org/D53333 llvm-svn: 345347
Diffstat (limited to 'llvm/test/CodeGen/SystemZ')
-rw-r--r--llvm/test/CodeGen/SystemZ/isel-debug.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/isel-debug.ll b/llvm/test/CodeGen/SystemZ/isel-debug.ll
index cf5370cbec6..0e48210e9b6 100644
--- a/llvm/test/CodeGen/SystemZ/isel-debug.ll
+++ b/llvm/test/CodeGen/SystemZ/isel-debug.ll
@@ -5,7 +5,7 @@
;
; Check that some debug output is printed without problems.
; CHECK: SystemZAddressingMode
-; CHECK: Base
+; CHECK: Base t5: i64,ch = load<(load 8 from %ir.0)>
; CHECK: Index
; CHECK: Disp
OpenPOWER on IntegriCloud