diff options
author | Michael Kruse <llvm@meinersbur.de> | 2017-07-26 13:25:28 +0000 |
---|---|---|
committer | Michael Kruse <llvm@meinersbur.de> | 2017-07-26 13:25:28 +0000 |
commit | 1df1aac0147fdcf844e8f8e8a4fbc36ad3216756 (patch) | |
tree | 314eb720145214825053a643f3f89297e9799171 /llvm/lib/Option | |
parent | 11ed0622583deada30e6a992df2586de0736fa86 (diff) | |
download | bcm5719-llvm-1df1aac0147fdcf844e8f8e8a4fbc36ad3216756.tar.gz bcm5719-llvm-1df1aac0147fdcf844e8f8e8a4fbc36ad3216756.zip |
[ScopInfo] Avoid use of getStmtFor(BB). NFC.
Since there will be no more a 1:1 correspondence between statements and
basic blocks, we would like to get rid of the method getStmtFor(BB)
and its uses. Here we remove one of its uses in ScopInfo by fetching
the statement in which the call instruction lies.
Contributed-by: Nandini Singhal <cs15mtech01004@iith.ac.in>
Differential Revision: https://reviews.llvm.org/D35691
llvm-svn: 309110
Diffstat (limited to 'llvm/lib/Option')
0 files changed, 0 insertions, 0 deletions