[GENERAL] Fixed some undefined behavior with GCC-9
This commit is contained in:
committed by
Philippe Tillet
parent
0516ea96d0
commit
ddd89e1b22
@@ -81,6 +81,7 @@ bool peephole::rewrite_dot(ir::instruction *value, ir::builder& builder){
|
||||
add->replace_all_uses_with(new_dot);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
//bool peephole::rewrite_cts_cfs(ir::instruction *value, ir::builder &builder){
|
||||
|
Reference in New Issue
Block a user