forked from OSchip/llvm-project
parent
8927a44f90
commit
b35d9c1dfc
|
@ -668,7 +668,7 @@ void BlockGenerator::copyInstruction(const Instruction *Inst, ValueMapT &BBMap,
|
|||
ValueMapT &VectorMap,
|
||||
VectorValueMapT &ScalarMaps,
|
||||
int VectorDimension) {
|
||||
// Terminator instructions control the control flow. They are explicitally
|
||||
// Terminator instructions control the control flow. They are explicitly
|
||||
// expressed in the clast and do not need to be copied.
|
||||
if (Inst->isTerminator())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue