Skip to content

Commit d369a68

Browse files
committed
Fix silly mistake
1 parent 16e5b14 commit d369a68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64Combine.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,5 @@ def AArch64PostLegalizerCombiner
296296
split_store_zero_128, undef_combines,
297297
select_to_minmax, or_to_bsp, combine_concat_vector,
298298
commute_constant_to_rhs,
299-
push_freeze_to_prevent_poison_propagation]> {
299+
push_freeze_to_prevent_poison_from_propagating]> {
300300
}

0 commit comments

Comments
 (0)