Mercurial > hg > CbC > CbC_llvm
diff llvm/test/Transforms/ObjCARC/weak-dce.ll @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/llvm/test/Transforms/ObjCARC/weak-dce.ll Mon May 25 11:55:54 2020 +0900 +++ b/llvm/test/Transforms/ObjCARC/weak-dce.ll Tue Jun 08 06:07:14 2021 +0900 @@ -1,4 +1,4 @@ -; RUN: opt -S -basicaa -objc-arc < %s | FileCheck %s +; RUN: opt -S -basic-aa -objc-arc < %s | FileCheck %s ; rdar://11434915 ; Delete the weak calls and replace them with just the net retain.