mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-28 14:10:41 +00:00
Update testcase since we're no longer doing the constant forwarding inline with correlated value propagation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117712 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0e6233bfd7
commit
b20955f319
@ -52,9 +52,8 @@ bb: ; preds = %entry
|
||||
ret i8 0
|
||||
|
||||
bb2: ; preds = %entry
|
||||
; CHECK-NOT: load i8* %a
|
||||
; CHECK: %should_be_const = load i8* @gv
|
||||
%should_be_const = load i8* %a
|
||||
; CHECK: ret i8 7
|
||||
ret i8 %should_be_const
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user