summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@google.com>2015-05-13 15:04:14 +0000
committerTeresa Johnson <tejohnson@google.com>2015-05-13 15:04:14 +0000
commitbbcf75e59eaa027251e060043067257c64a866ba (patch)
tree9f49125487cb48f7c85225949526388858d570a7 /llvm/lib
parent254e6568629cb49ad03d80ba9bba2ebb22570ae0 (diff)
downloadbcm5719-llvm-bbcf75e59eaa027251e060043067257c64a866ba.tar.gz
bcm5719-llvm-bbcf75e59eaa027251e060043067257c64a866ba.zip
Test commit: Remove unnecessary spaces.
llvm-svn: 237259
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Analysis/AliasAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/AliasAnalysis.cpp b/llvm/lib/Analysis/AliasAnalysis.cpp
index 1ee60ff1a30..f54e234bbea 100644
--- a/llvm/lib/Analysis/AliasAnalysis.cpp
+++ b/llvm/lib/Analysis/AliasAnalysis.cpp
@@ -518,7 +518,7 @@ bool AliasAnalysis::canBasicBlockModify(const BasicBlock &BB,
/// execution of the specified instructions to mod\ref (according to the
/// mode) the location Loc. The instructions to consider are all
/// of the instructions in the range of [I1,I2] INCLUSIVE.
-/// I1 and I2 must be in the same basic block.
+/// I1 and I2 must be in the same basic block.
bool AliasAnalysis::canInstructionRangeModRef(const Instruction &I1,
const Instruction &I2,
const Location &Loc,
OpenPOWER on IntegriCloud