summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode/mdnodes-in-post-order.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Bitcode/mdnodes-in-post-order.ll')
-rw-r--r--llvm/test/Bitcode/mdnodes-in-post-order.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/llvm/test/Bitcode/mdnodes-in-post-order.ll b/llvm/test/Bitcode/mdnodes-in-post-order.ll
index 845175d6879..fbe1c34cf00 100644
--- a/llvm/test/Bitcode/mdnodes-in-post-order.ll
+++ b/llvm/test/Bitcode/mdnodes-in-post-order.ll
@@ -15,9 +15,6 @@
; CHECK-NEXT: 'leaf
; CHECK-NEXT: }
-; Before the records we emit an offset to the index for the block
-; CHECK-NEXT: <INDEX_OFFSET
-
; The leafs should come first (in either order).
; CHECK-NEXT: <NODE op0=1/>
; CHECK-NEXT: <NODE op0=2/>
@@ -30,10 +27,6 @@
; CHECK-NEXT: <NODE op0=3 op1=5 op2=4/>
!6 = !{!3, !5, !4}
-; Before the named records we emit the index containing the position of the
-; previously emitted records
-; CHECK-NEXT: <INDEX {{.*}} (offset match)
-
; Note: named metadata nodes are not cannot reference null so their operands
; are numbered off-by-one.
; CHECK-NEXT: <NAME
OpenPOWER on IntegriCloud