summaryrefslogtreecommitdiff
path: root/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
Commit message (Collapse)AuthorAge
* Correct invalid debug info metadataDavid Blaikie2013-03-12
| | | | | | Code review feedback on r176838 by Patrik Hägglund. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176884 91177308-0d34-0410-b5e6-96231b3b80d8
* Function-local metadata whose operands had been optimized to no longer refer ↵Victor Hernandez2010-02-06
to function-local IR were not getting written by BitcodeWriter; solution is for these metadata to be enumerated just like global metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95467 91177308-0d34-0410-b5e6-96231b3b80d8