We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfccd97 commit 8d774f4Copy full SHA for 8d774f4
1 file changed
src/tools/fuzzing/fuzzing.cpp
@@ -1813,11 +1813,6 @@ void TranslateToFuzzReader::mutate(Function* func) {
1813
// We can only be given a less-refined type (certainly we can replace
1814
// curr with its own type).
1815
assert(Type::isSubType(curr->type, type));
1816
- if (type != curr->type) {
1817
- std::cout << *curr << " 2with " << type << " in " << *getFunction()
1818
- << '\n';
1819
- abort();
1820
- }
1821
}
1822
1823
0 commit comments