We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c4c7b commit ee15a70Copy full SHA for ee15a70
llvm/test/Transforms/Util/flatten-cfg.ll
@@ -358,7 +358,7 @@ if.end2:
358
}
359
360
; 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
+; between a store in the first if-region and a function call in the second if-region's header
362
define i32 @test_alias_2(i32 %a, i32 %b) {
363
; CHECK-LABEL: define i32 @test_alias_2
364
; CHECK-SAME: (i32 [[A:%.*]], i32 [[B:%.*]]) {
0 commit comments