Skip to content

Commit

Permalink
This test is only supposed to test that the objc-arc alias analysis
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gottesmm committed Jan 22, 2013
1 parent 93d6137 commit fc8d1dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Transforms/ObjCARC/gvn.ll
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit fc8d1dd

Please sign in to comment.