diff options
| author | Nowar Gu <nowar100@gmail.com> | 2011-06-23 11:08:11 +0800 |
|---|---|---|
| committer | Nowar Gu <nowar100@gmail.com> | 2011-06-23 11:09:52 +0800 |
| commit | bb5c18c80e7ae4ce49eb9067b664f0559ec50965 (patch) | |
| tree | 4f610e4e03d1c14658e597ce789cb0244fd9f4f8 /include/llvm/Support | |
| parent | 71fea9a88608e9c8fe8a8a523367878e279c3e90 (diff) | |
| parent | 2fa82bc3da45d272f12a96a61074b637faa62e0b (diff) | |
| download | external_llvm-bb5c18c80e7ae4ce49eb9067b664f0559ec50965.zip external_llvm-bb5c18c80e7ae4ce49eb9067b664f0559ec50965.tar.gz external_llvm-bb5c18c80e7ae4ce49eb9067b664f0559ec50965.tar.bz2 | |
Merge upstream to r133679 at Thu. 23th Jun 2011.
Diffstat (limited to 'include/llvm/Support')
| -rw-r--r-- | include/llvm/Support/CFG.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CFG.h b/include/llvm/Support/CFG.h index d2ea123..7e193ff 100644 --- a/include/llvm/Support/CFG.h +++ b/include/llvm/Support/CFG.h @@ -33,7 +33,7 @@ class PredIterator : public std::iterator<std::forward_iterator_tag, USE_iterator It; inline void advancePastNonTerminators() { - // Loop to ignore non terminator uses (for example PHI nodes). + // Loop to ignore non terminator uses (for example BlockAddresses). while (!It.atEnd() && !isa<TerminatorInst>(*It)) ++It; } |
