1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-svn: 5617
This commit is contained in:
Chris Lattner 2003-02-24 20:30:14 +00:00
parent f170a0d80f
commit 6563942b6e

View File

@ -38,11 +38,11 @@ int %test() {
%B = call int* %getp(%intpair* %C)
%A1 = load int* %A
store int 123, int* %B ; Store cannot alias %A
store int 123, int* %B ; Store does alias %A
%A2 = load int* %A
%ELIM_x = sub int %A1, %A2
ret int %ELIM_x
%x = sub int %A1, %A2
ret int %x
}
int %test2() { ; Test context sensitivity