; RUN: llvm-as <%s -bitcode-mdindex-threshold=0 | llvm-bcanalyzer -dump | FileCheck %s ; Check that distinct nodes are emitted before uniqued nodes, even if that ; breaks post-order traversals. ; Nodes in this testcase are numbered to match how they are referenced in ; bitcode. !1 is referenced as opN=1. ; CHECK: !1 = distinct !{!2} ; CHECK-NEXT: !2 = !{!1} ; Before the named records we emit the index containing the position of the ; previously emitted records ; CHECK-NEXT: !named = !{!2}