summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorMichael Gottesman <mgottesman@apple.com>2013-01-22 04:41:11 +0000
committerMichael Gottesman <mgottesman@apple.com>2013-01-22 04:41:11 +0000
commit469a465fa83d70536d27ca1422eec8d3583c3343 (patch)
tree2a287587444d7c6f7b2a66ef7e29cd5b7ef7ff84 /llvm/test
parentc7176430dce1549c2be88b0d98eeb90a7d22204b (diff)
downloadbcm5719-llvm-469a465fa83d70536d27ca1422eec8d3583c3343.tar.gz
bcm5719-llvm-469a465fa83d70536d27ca1422eec8d3583c3343.zip
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
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/Transforms/ObjCARC/gvn.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/ObjCARC/gvn.ll b/llvm/test/Transforms/ObjCARC/gvn.ll
index 6917b02e032..3648866de01 100644
--- a/llvm/test/Transforms/ObjCARC/gvn.ll
+++ b/llvm/test/Transforms/ObjCARC/gvn.ll
@@ -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
OpenPOWER on IntegriCloud