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:
98b532c
)
fix test
author
Chris Lattner
<sabre@nondot.org>
Sun, 18 Oct 2009 05:03:00 +0000
(
05:03
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Sun, 18 Oct 2009 05:03:00 +0000
(
05:03
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@84405
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 07d73a7dde7ac28e473705e48cbaa89eac3da26d..69b60d7c297c59f737a7b6fde17b2c3ae98138c8 100644
(file)
--- a/
test/Analysis/BasicAA/modref.ll
+++ b/
test/Analysis/BasicAA/modref.ll
@@
-84,7
+84,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
2
, i8* %P2
+; CHECK: store i8
%Y
, i8* %P2
call void @llvm.lifetime.end(i64 10, i8* %P)
ret void
; CHECK: ret void