This test is only supposed to test that the objc-arc alias analysis
authorMichael Gottesman <mgottesman@apple.com>
Tue, 22 Jan 2013 04:41:11 +0000 (04:41 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Tue, 22 Jan 2013 04:41:11 +0000 (04:41 +0000)
allows for gvn to perform certain optimizations. Thus the runline should
only contain -objc-arc-aa, not the full -objc-arc.

llvm-svn: 173126

llvm/test/Transforms/ObjCARC/gvn.ll

index 6917b02..3648866 100644 (file)
@@ -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