about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorvacuus <rocyu@protonmail.com>2021-12-18 21:54:59 -0500
committerRoc Yu <rocyu@protonmail.com>2021-12-19 17:30:37 -0500
commit38167a806cd14dd744d4770c7e13ab2c5e44e69c (patch)
treebedb97f19562484d369d33e18e4a34371bad5b15 /compiler/rustc_codegen_llvm/src
parent41c3017c82bbc16842cc3bc1afa904e6910e293c (diff)
downloadrust-38167a806cd14dd744d4770c7e13ab2c5e44e69c.tar.gz
rust-38167a806cd14dd744d4770c7e13ab2c5e44e69c.zip
Omit check of a successive line in loop
I think that s == "" is the only edge case (as it makes iter.next() return None the first time). The early return is necessary so that the last character of 'out' isn't popped if s == "" && !frag.need_backline
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions