diff options
author | Teresa Johnson <tejohnson@google.com> | 2015-05-13 15:04:14 +0000 |
---|---|---|
committer | Teresa Johnson <tejohnson@google.com> | 2015-05-13 15:04:14 +0000 |
commit | bbcf75e59eaa027251e060043067257c64a866ba (patch) | |
tree | 9f49125487cb48f7c85225949526388858d570a7 /llvm/lib | |
parent | 254e6568629cb49ad03d80ba9bba2ebb22570ae0 (diff) | |
download | bcm5719-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.cpp | 2 |
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, |