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:
18c57a8
)
check in *all* files. This is now handled by my previous DSE commit.
author
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2010 23:23:59 +0000
(23:23 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 30 Nov 2010 23:23:59 +0000
(23:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@120492
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Analysis/BasicAA/modref.ll
patch
|
blob
|
history
diff --git
a/test/Analysis/BasicAA/modref.ll
b/test/Analysis/BasicAA/modref.ll
index b9a3c5e58f68ee1d4527f3a6aa35324daf2334be..6a306e0c1788c5104ea75f0925afe95a1b444af3 100644
(file)
--- a/
test/Analysis/BasicAA/modref.ll
+++ b/
test/Analysis/BasicAA/modref.ll
@@
-86,7
+86,7
@@
define void @test3a(i8* %P, i8 %X) {
%P2 = getelementptr i8* %P, i32 2
store i8 %Y, i8* %P2 ;; FIXME: Killed by llvm.lifetime.end, should be zapped.
-; CHECK
: store i8 %Y, i8* %P2
+; CHECK
-NOT: store
call void @llvm.lifetime.end(i64 10, i8* %P)
ret void
; CHECK: ret void