mirror of https://github.com/m-labs/artiq.git
compiler: clarify confusing comment (NFC).
This commit is contained in:
parent
93317d48c9
commit
22dab0c7cc
|
@ -451,8 +451,8 @@ class LLVMIRGenerator:
|
||||||
# There is no 1:1 correspondence between ARTIQ and LLVM
|
# There is no 1:1 correspondence between ARTIQ and LLVM
|
||||||
# basic blocks, because sometimes we expand a single ARTIQ
|
# basic blocks, because sometimes we expand a single ARTIQ
|
||||||
# instruction so that the result spans several LLVM basic
|
# instruction so that the result spans several LLVM basic
|
||||||
# blocks. This only really matters for phis, which will
|
# blocks. This only really matters for phis, which are thus
|
||||||
# use a different map.
|
# using a different map (the following one).
|
||||||
llblock_map[block] = self.llbuilder.basic_block
|
llblock_map[block] = self.llbuilder.basic_block
|
||||||
|
|
||||||
# Fourth, add incoming values to phis.
|
# Fourth, add incoming values to phis.
|
||||||
|
|
Loading…
Reference in New Issue