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:
6cc7c9b
)
Run tbaa before basicaa, since that's how it's expected to be used.
author
Dan Gohman
<gohman@apple.com>
Mon, 18 Oct 2010 18:45:59 +0000
(18:45 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 18 Oct 2010 18:45:59 +0000
(18:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116731
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
b/test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
index fdaa21671ef4bd9c18a0f8f81aad243e1be810ca..bd008f3c92336ade0d15a0985284509b9ff41740 100644
(file)
--- a/
test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
+++ b/
test/Analysis/TypeBasedAliasAnalysis/aliastest.ll
@@
-1,4
+1,4
@@
-; RUN: opt < %s -enable-tbaa -
basicaa -tb
aa -gvn -S | FileCheck %s
+; RUN: opt < %s -enable-tbaa -
tbaa -basic
aa -gvn -S | FileCheck %s
; CHECK: @test0_yes
; CHECK: add i8 %x, %x