forked from OSchip/llvm-project
parent
88a7b5a724
commit
7d363b63fd
|
@ -300,7 +300,7 @@ public:
|
|||
FilterChooser &getVariableFC() {
|
||||
assert(NumFiltered == 1);
|
||||
assert(FilterChooserMap.size() == 1);
|
||||
return *(FilterChooserMap.find(-1)->second);
|
||||
return *(FilterChooserMap.find((unsigned)-1)->second);
|
||||
}
|
||||
|
||||
Filter(const Filter &f);
|
||||
|
|
Loading…
Reference in New Issue