forked from OSchip/llvm-project
[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:
parent
aa33e74f4b
commit
91e55322b9
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue