mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 00:10:37 +00:00
Add a replacement for 2009-02-12-GEPNoalias.ll that works without -debug.
llvm-svn: 67011
This commit is contained in:
parent
4646e714c4
commit
d271c19fea
9
test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
Normal file
9
test/Analysis/BasicAA/2009-03-04-GEPNoalias.ll
Normal file
@ -0,0 +1,9 @@
|
||||
; RUN: llvm-as < %s | opt -aa-eval -basicaa |& grep {0 no alias}
|
||||
|
||||
declare noalias i32* @noalias()
|
||||
|
||||
define void @test(i32 %x) {
|
||||
%a = call i32* @noalias()
|
||||
%b = getelementptr i32* %a, i32 %x
|
||||
ret void
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user