diff options
author | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-28 20:37:22 +0000 |
---|---|---|
committer | Saleem Abdulrasool <compnerd@compnerd.org> | 2016-12-28 20:37:22 +0000 |
commit | 2b59eca1f7b1d4814e417ed44e3b9d0343e0c7a5 (patch) | |
tree | c5ba65ee3af88721ca12613b2a016612b3548a08 /llvm/test/Bitcode | |
parent | 629a7f2cc0cf61334ccb704dfdee17f93b58ba40 (diff) | |
download | bcm5719-llvm-2b59eca1f7b1d4814e417ed44e3b9d0343e0c7a5.tar.gz bcm5719-llvm-2b59eca1f7b1d4814e417ed44e3b9d0343e0c7a5.zip |
Revert "Add an index for Module Metadata record in the bitcode"
This reverts commit a0ca6ae2d38339e4ede0dfa588086fc23d87e836. Revert at
Mehdi's request as it is breaking bots.
llvm-svn: 290686
Diffstat (limited to 'llvm/test/Bitcode')
5 files changed, 0 insertions, 22 deletions
diff --git a/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll b/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll index 45ec48d9ab6..6e6ba604235 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-in-post-order.ll @@ -17,10 +17,6 @@ ; CHECK-NEXT: <DISTINCT_NODE op0=1 op1=3 op2=2/> !4 = distinct !{!1, !3, !2} -; 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 diff --git a/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll b/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll index 37a16b4eb82..51701d10c03 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-nodes-break-cycles.ll @@ -22,10 +22,6 @@ ; CHECK-NEXT: <NODE op0=2/> !3 = !{!2} -; 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 diff --git a/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll b/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll index ed678ef263a..1d146817e6b 100644 --- a/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll +++ b/llvm/test/Bitcode/mdnodes-distinct-nodes-first.ll @@ -11,10 +11,6 @@ ; CHECK-NEXT: <NODE op0=1/> !2 = !{!1} -; 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 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 diff --git a/llvm/test/Bitcode/metadata-function-blocks.ll b/llvm/test/Bitcode/metadata-function-blocks.ll index c76465ced8b..f3e83c5074d 100644 --- a/llvm/test/Bitcode/metadata-function-blocks.ll +++ b/llvm/test/Bitcode/metadata-function-blocks.ll @@ -19,9 +19,6 @@ ; Each node gets a new number. Bottom-up traversal of nodes. !named = !{!6} -; Before the records we emit an offset to the index for the block -; CHECK-NEXT: <INDEX_OFFSET - ; CHECK-NEXT: <NODE op0=1/> !4 = !{!"named"} |