Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [FastISel] Local values shouldn't be alive across an inline asm call with ↵ | Juergen Ributzka | 2014-07-16 | 1 | -0/+18 |
side effects. This fixes an issue where a local value is defined before and used after an inline asm call with side effects. This fix simply flushes the local value map, which updates the insertion point for the inline asm call to be above any previously defined local values. This fixes <rdar://problem/17694203> llvm-svn: 213203 |