| commit | 39c3c89cdc20b541dee4b2ebb52c867d07982294 | [log] [tgz] |
|---|---|---|
| author | Matthias Braun <matze@braunis.de> | Wed Nov 30 23:48:26 2016 +0000 |
| committer | Matthias Braun <matze@braunis.de> | Wed Nov 30 23:48:26 2016 +0000 |
| tree | 33781ef30cf8f09ce9ca0560cf1d6fa126b7a232 | |
| parent | d195d4c520d3e26ab508b348b461e6414e253197 [diff] |
MCStreamer: Use "cfi" for CFI related temp labels. Choosing a "cfi" name makes the intend a bit clearer in an assembly dump and more importantly the assembly dumps are slightly more stable as the numbers don't move around anymore when unrelated code calls createTempSymbol() more or less often. As they are temp labels the name doesn't influence the generated object code. Differential Revision: https://reviews.llvm.org/D27244 llvm-svn: 288290