[ScopInfo] Clarify comment. NFC.

Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>

Differential Revision: https://reviews.llvm.org/D36760

llvm-svn: 310999
This commit is contained in:
Michael Kruse 2017-08-16 09:28:02 +00:00
parent aa33e74f4b
commit 91e55322b9
1 changed files with 2 additions and 2 deletions

View File

@ -1281,7 +1281,7 @@ private:
/// The closest loop that contains this statement.
Loop *SurroundingLoop;
/// Vector for Instructions in a BB.
/// Vector for Instructions in this statement.
std::vector<Instruction *> Instructions;
/// Build the statement.
@ -2181,7 +2181,7 @@ private:
///
/// @param BB The basic block we build the statement for.
/// @param SurroundingLoop The loop the created statement is contained in.
/// @param Instructions The instructions in the basic block.
/// @param Instructions The instructions in the statement.
void addScopStmt(BasicBlock *BB, Loop *SurroundingLoop,
std::vector<Instruction *> Instructions);