llvm-svn: 151901
This commit is contained in:
Tobias Grosser 2012-03-02 11:27:08 +00:00
parent 8927a44f90
commit b35d9c1dfc
1 changed files with 1 additions and 1 deletions

View File

@ -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;