commit | fdd73b5037c6e5e5b0523ccf891d4023ca4a26fd | [log] [tgz] |
---|---|---|
author | Philip Reames <listmail@philipreames.com> | Wed Aug 22 03:36:42 2018 +0000 |
committer | Philip Reames <listmail@philipreames.com> | Wed Aug 22 03:36:42 2018 +0000 |
tree | 82789ab22449d50ba42b07e6a4df984f4c86abd1 | |
parent | 5d90c14b7613592853db0b5383a7234368ab19a0 [diff] [blame] |
[AST] Fix a whitespace typo [NFC] llvm-svn: 340384
diff --git a/llvm/lib/Analysis/AliasSetTracker.cpp b/llvm/lib/Analysis/AliasSetTracker.cpp index a9b01df..e5e3ba0 100644 --- a/llvm/lib/Analysis/AliasSetTracker.cpp +++ b/llvm/lib/Analysis/AliasSetTracker.cpp
@@ -259,7 +259,7 @@ if (size() != 0) // Can't track source of pointer, might be many instruction return nullptr; - if (1 != UnknownInsts.size()) + if (1 != UnknownInsts.size()) return nullptr; return cast<Instruction>(UnknownInsts[0]); }