mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-16 16:16:45 +00:00
Fix test; sorry for any inconvenience.
llvm-svn: 138966
This commit is contained in:
parent
00a62b2122
commit
2f99e7b97a
@ -24,11 +24,11 @@ false:
|
||||
; But don't sink volatile loads...
|
||||
|
||||
; CHECK: @foo2
|
||||
; CHECK: volatile load
|
||||
; CHECK: load volatile
|
||||
; CHECK-NEXT: store i32
|
||||
|
||||
define i32 @foo2(i1 %z) {
|
||||
%l = volatile load i32* @A
|
||||
%l = load volatile i32* @A
|
||||
store i32 0, i32* @B
|
||||
br i1 %z, label %true, label %false
|
||||
true:
|
||||
|
Loading…
Reference in New Issue
Block a user