mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 17:46:17 +00:00
Fix test
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5617 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
22a3b55406
commit
4944d8dbc8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user