summaryrefslogtreecommitdiff
path: root/test/FrontendC/2010-02-16-DbgVarScope.c
Commit message (Collapse)AuthorAge
* Pass -disable-cfi to llc.Rafael Espindola2011-05-06
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@130999 91177308-0d34-0410-b5e6-96231b3b80d8
* Before setting scope end marker, pay attention to scope begin marker and ↵Devang Patel2010-02-17
existing scope end marker, if any. Scope must begin before it ends and nested inlined scope do not truncate surrounding scope. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96445 91177308-0d34-0410-b5e6-96231b3b80d8