mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-29 21:24:04 +00:00
Update format to match clang-format in trunk
llvm-svn: 253910
This commit is contained in:
parent
93697fa755
commit
4745eb1aca
@ -1109,7 +1109,8 @@ private:
|
|||||||
SCEVAffinator Affinator;
|
SCEVAffinator Affinator;
|
||||||
|
|
||||||
typedef MapVector<std::pair<AssertingVH<const Value>, int>,
|
typedef MapVector<std::pair<AssertingVH<const Value>, int>,
|
||||||
std::unique_ptr<ScopArrayInfo>> ArrayInfoMapTy;
|
std::unique_ptr<ScopArrayInfo>>
|
||||||
|
ArrayInfoMapTy;
|
||||||
/// @brief A map to remember ScopArrayInfo objects for all base pointers.
|
/// @brief A map to remember ScopArrayInfo objects for all base pointers.
|
||||||
///
|
///
|
||||||
/// As PHI nodes may have two array info objects associated, we add a flag
|
/// As PHI nodes may have two array info objects associated, we add a flag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user