DebugInfo: Update testcases with invalid variables
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 27 Mar 2015 01:58:34 +0000 (01:58 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Fri, 27 Mar 2015 01:58:34 +0000 (01:58 +0000)
commit97fcbf1874bc7f601ec9697c0fbe7cdee4247025
tree733674b5696d820a3e33eea0a479414732db8769
parentf265603512ab9840c8e8c3327814d1b273d8cea1
DebugInfo: Update testcases with invalid variables

Fix testcases whose variables are invalid.  I'm working on a patch that
adds `Verifier` checks for `MDLocalVariable` (and `MDGlobalVariable`),
and these failed because:

  - `scope:` fields need to point at `MDLocalScope` and can't be null.
  - `file:` fields need to point at `MDFile`.
  - `inlinedAt:` fields need to point at `MDLocation`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233349 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/2012-11-30-handlemove-dbg.ll
test/CodeGen/X86/2012-11-30-misched-dbg.ll
test/CodeGen/X86/2012-11-30-regpres-dbg.ll
test/CodeGen/X86/StackColoring-dbg.ll
test/DebugInfo/2009-11-10-CurrentFn.ll
test/DebugInfo/2010-03-19-DbgDeclare.ll
test/Transforms/Inline/ignore-debug-info.ll
test/Transforms/LoopRotate/dbgvalue.ll
test/Transforms/ObjCARC/basic.ll