[ScopInfo] Fix typos in comment. NFC.

llvm-svn: 311472
This commit is contained in:
Michael Kruse 2017-08-22 17:32:51 +00:00
parent 14544a8068
commit 595b77bc0b

View File

@ -848,10 +848,11 @@ public:
/// Get the original base address of this access (e.g. A for A[i+j]) when
/// detected.
///
/// This adress may differ from the base address referenced by the Original
/// This address may differ from the base address referenced by the original
/// ScopArrayInfo to which this array belongs, as this memory access may
/// have been unified to a ScopArray which has a different but identically
/// valued base pointer in case invariant load hoisting is enabled.
/// have been canonicalized to a ScopArrayInfo which has a different but
/// identically-valued base pointer in case invariant load hoisting is
/// enabled.
Value *getOriginalBaseAddr() const { return BaseAddr; }
/// Get the detection-time base array isl::id for this access.