forked from OSchip/llvm-project
parent
ea61fcc2e4
commit
b38105bbd0
|
@ -234,8 +234,8 @@ entry:
|
||||||
%conv28 = trunc i64 %shr26 to i8
|
%conv28 = trunc i64 %shr26 to i8
|
||||||
store i8 %conv28, i8* %p, align 1
|
store i8 %conv28, i8* %p, align 1
|
||||||
ret void
|
ret void
|
||||||
; CEHCK-PPC64LE: stdbrx [[REG2]], 0, 4
|
; CHECK-PPC64LE: stdbrx [[REG2]], 0, 4
|
||||||
; CEHCK-PPC64: stdx [[REG2]], 0, 4
|
; CHECK-PPC64: stdx [[REG2]], 0, 4
|
||||||
}
|
}
|
||||||
|
|
||||||
; One of the stores is volatile
|
; One of the stores is volatile
|
||||||
|
|
Loading…
Reference in New Issue