mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173126 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
93d61374f3
commit
fc8d1dd024
@ -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
|
@x = common global i8* null, align 8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user