Mercurial > hg > CbC > CbC_llvm
comparison llvm/test/Transforms/ObjCARC/weak-dce.ll @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 79ff65ed7e25 |
children | 1f2b6ac9f198 |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 ; RUN: opt -S -basic-aa -objc-arc < %s | FileCheck %s | 1 ; RUN: opt -S -passes=objc-arc < %s | FileCheck %s |
2 ; rdar://11434915 | 2 ; rdar://11434915 |
3 | 3 |
4 ; Delete the weak calls and replace them with just the net retain. | 4 ; Delete the weak calls and replace them with just the net retain. |
5 | 5 |
6 ; CHECK: define void @test0(i8* %p) { | 6 ; CHECK: define void @test0(i8* %p) { |