diff options
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-08-28 22:01:49 +0000 |
|---|---|---|
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2015-08-28 22:01:49 +0000 |
| commit | adbcf120290d5c131a92936862ee3be776f059d0 (patch) | |
| tree | f65c897b37f4bfc395c740253dea249d5e30f529 /polly/test/Isl/CodeGen/LoopParallelMD | |
| parent | 44fccb7b50d3fb5e266b9fa391adf6d2912570f3 (diff) | |
| download | bcm5719-llvm-adbcf120290d5c131a92936862ee3be776f059d0.tar.gz bcm5719-llvm-adbcf120290d5c131a92936862ee3be776f059d0.zip | |
DI: Fix testcases after LLVM r246327
I ran the script from r246327 and it touched all the right files;
committing now to hopefully right the bots, but if my check-polly
doesn't come back clean I'll keep looking.
http://lab.llvm.org:8011/builders/polly-amd64-linux/builds/33648
llvm-svn: 246341
Diffstat (limited to 'polly/test/Isl/CodeGen/LoopParallelMD')
| -rw-r--r-- | polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll index 93960bd7e20..da4975ab2c6 100644 --- a/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll +++ b/polly/test/Isl/CodeGen/LoopParallelMD/do_not_mutate_debug_info.ll @@ -39,7 +39,7 @@ declare void @llvm.dbg.value(metadata, i64, metadata, metadata) !1 = !DIFile(filename: "t2.c", directory: "/local/mnt/workspace/build/tip-Release") !2 = !{} !3 = !{!4} -!4 = !DISubprogram(name: "foo", line: 3, isLocal: false, isDefinition: true, isOptimized: true, scopeLine: 3, file: !1, scope: !5, type: !6, function: void ()* @foo, variables: !8) +!4 = distinct !DISubprogram(name: "foo", line: 3, isLocal: false, isDefinition: true, isOptimized: true, scopeLine: 3, file: !1, scope: !5, type: !6, function: void ()* @foo, variables: !8) !5 = !DIFile(filename: "t2.c", directory: "/local/mnt/workspace/build/tip-Release") !6 = !DISubroutineType(types: !7) !7 = !{null} |

