mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-19 11:41:53 +00:00
This test is only supposed to test that the objc-arc alias analysis
allows for gvn to perform certain optimizations. Thus the runline should only contain -objc-arc-aa, not the full -objc-arc. llvm-svn: 173126
This commit is contained in:
parent
65a1d5e982
commit
f993515aa2
@ -1,4 +1,4 @@
|
||||
; RUN: opt -S -basicaa -objc-arc -gvn < %s | FileCheck %s
|
||||
; RUN: opt -S -basicaa -objc-arc-aa -gvn < %s | FileCheck %s
|
||||
|
||||
@x = common global i8* null, align 8
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user