| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-09-21 | BitcodeReader: Correctly insert blockaddress constant referring to a already ↵ | Benjamin Kramer | |
| parsed function. We inserted a placeholder that was never replaced because the function was already visited. Assert that all placeholders have been resolved when tearing down the bitcode reader. Fixes PR13895. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164369 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
| 2011-05-06 | It's valid to take the blockaddress of a different function, so remove this | Nick Lewycky | |
| assert in the bitcode writer. No change needed because the ValueEnumerator holds a whole-module numbering anyhow. Fixes PR9857! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131016 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
