mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-05 00:49:43 +00:00
[ScopInfo] Fix typos in comment. NFC.
llvm-svn: 311472
This commit is contained in:
parent
14544a8068
commit
595b77bc0b
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user