aboutsummaryrefslogtreecommitdiff
path: root/test/Assembler/2010-02-05-FunctionLocalMetadataBecomesNull.ll
AgeCommit message (Collapse)Author
2013-03-12Correct invalid debug info metadataDavid Blaikie
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
2010-02-06Function-local metadata whose operands had been optimized to no longer refer ↵Victor Hernandez
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