llvm-6502/test/Transforms/GCOVProfiling
Duncan P. N. Exon Smith 77a0728d96 DebugInfo: Fix bad debug info for compile units and types
Fix debug info in these tests, which started failing with a WIP patch to
verify compile units and types.  The problems look like they were all
caused by bitrot.  They fell into these categories:

  - Using `!{i32 0}` instead of `!{}`.
  - Using `!{null}` instead of `!{}`.
  - Using `!MDExpression()` instead of `!{}`.
  - Using `!8` instead of `!{!8}`.
  - `file:` references that pointed at `MDCompileUnit`s instead of the
    same `MDFile` as the compile unit.
  - `file:` references that were numerically off-by-one or (off-by-ten).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233415 91177308-0d34-0410-b5e6-96231b3b80d8
2015-03-27 20:46:33 +00:00
..
function-numbering.ll Update a test I missed in r233132 2015-03-24 23:44:03 +00:00
global-ctor.ll DebugInfo: Move new hierarchy into place 2015-03-03 17:24:31 +00:00
linezero.ll Verifier: Check debug info intrinsic arguments 2015-03-15 01:21:30 +00:00
linkagename.ll DebugInfo: Fix bad debug info for compile units and types 2015-03-27 20:46:33 +00:00
return-block.ll GCOV: Make the exit block placement from r223193 optional 2015-03-16 23:52:03 +00:00
version.ll DebugInfo: Fix testcases that fail -verify-debug-info=true 2015-03-16 21:10:12 +00:00