Skip to content

Commit ee15a70

Browse files
committed
Update the comments of the test
1 parent 68c4c7b commit ee15a70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/Util/flatten-cfg.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ if.end2:
358358
}
359359

360360
; Test that two if-regions are not merged when there's potential aliasing
361-
; between a fuction call in the first if-region and a load in the second if-region's header
361+
; between a store in the first if-region and a function call in the second if-region's header
362362
define i32 @test_alias_2(i32 %a, i32 %b) {
363363
; CHECK-LABEL: define i32 @test_alias_2
364364
; CHECK-SAME: (i32 [[A:%.*]], i32 [[B:%.*]]) {

0 commit comments

Comments
 (0)