mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Fix grammar-o
llvm-svn: 8392
This commit is contained in:
parent
9b772d4362
commit
a8a05d16a0
@ -2,8 +2,8 @@
|
||||
; RUN: llvm-as < %s | opt -load-vn -gcse -instcombine | dis | grep sub
|
||||
|
||||
int %test(int* %P) {
|
||||
%X = load volatile int* %P
|
||||
%Y = load volatile int* %P
|
||||
%X = volatile load int* %P
|
||||
%Y = volatile load int* %P
|
||||
%Z = sub int %X, %Y
|
||||
ret int %Z
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user