Skip to content

Commit 993c0df

Browse files
committed
[rebranch] Fix recently added merge function test
Opaque pointers are always enabled on rebranch. Rename the test to better represent what it's testing.
1 parent ba5dbf8 commit 993c0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/LLVMPasses/merge_func_opaque_pointers.ll renamed to test/LLVMPasses/merge_func_return_type_cast.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: %swift-llvm-opt -swift-merge-functions -swiftmergefunc-threshold=4 -opaque-pointers %s | %FileCheck %s
1+
; RUN: %swift-llvm-opt -passes='swift-merge-functions' -swiftmergefunc-threshold=4 %s | %FileCheck %s
22

33
; REQUIRES: PTRSIZE=64
44

0 commit comments

Comments
 (0)