Skip to content

Commit 76305a9

Browse files
authored
Merge pull request #68041 from bnbarham/remove-opaque-test
[rebranch] Remove extra opaque pointers test
2 parents a16cc7e + 993c0df commit 76305a9

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)