[llvm] r237259 - Test commit: Remove unnecessary spaces.
Teresa Johnson
tejohnson at google.com
Wed May 13 08:04:14 PDT 2015
Author: tejohnson
Date: Wed May 13 10:04:14 2015
New Revision: 237259
URL: http://llvm.org/viewvc/llvm-project?rev=237259&view=rev
Log:
Test commit: Remove unnecessary spaces.
Modified:
llvm/trunk/lib/Analysis/AliasAnalysis.cpp
Modified: llvm/trunk/lib/Analysis/AliasAnalysis.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/AliasAnalysis.cpp?rev=237259&r1=237258&r2=237259&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/AliasAnalysis.cpp (original)
+++ llvm/trunk/lib/Analysis/AliasAnalysis.cpp Wed May 13 10:04:14 2015
@@ -518,7 +518,7 @@ bool AliasAnalysis::canBasicBlockModify(
/// 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,
More information about the llvm-commits
mailing list