mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-27 18:28:14 +00:00
[DependenceInfo] Remove unused variable. NFC.
llvm-svn: 295987
This commit is contained in:
parent
dd6f29375b
commit
2c7169d00c
@ -327,7 +327,6 @@ void Dependences::calculateDependences(Scop &S) {
|
||||
Schedule = isl_schedule_pullback_union_pw_multi_aff(Schedule, Tags);
|
||||
}
|
||||
} else {
|
||||
isl_union_set *IdentityDom;
|
||||
isl_union_map *IdentityMap;
|
||||
isl_union_pw_multi_aff *ReductionTags, *IdentityTags, *Tags;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user