projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93d6137
)
This test is only supposed to test that the objc-arc alias analysis
author
Michael Gottesman
<mgottesman@apple.com>
Tue, 22 Jan 2013 04:41:11 +0000
(
04:41
+0000)
committer
Michael 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.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173126
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/ObjCARC/gvn.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/ObjCARC/gvn.ll
b/test/Transforms/ObjCARC/gvn.ll
index 6917b02e032423d2c791db9ed702dbb358ab67ae..3648866de01a2fc5e0acbd93378a52de905fbe90 100644
(file)
--- a/
test/Transforms/ObjCARC/gvn.ll
+++ b/
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