mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
Clean up the naming in this test. Someone pointed this out in review at
one point, and I forgot to go back and clean it up. Sorry about that. =/ git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153801 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c3e955927f
commit
426d5715b1
@ -90,12 +90,12 @@ define void @outer4(i32 %A) {
|
||||
ret void
|
||||
}
|
||||
|
||||
; %D poisons this call, scalar-repl can't handle that instruction. However, we
|
||||
; %B poisons this call, scalar-repl can't handle that instruction. However, we
|
||||
; still want to detect that the icmp and branch *can* be handled.
|
||||
define void @inner4(i32 *%ptr, i32 %A) {
|
||||
%B = getelementptr i32* %ptr, i32 %A
|
||||
%E = icmp eq i32* %ptr, null
|
||||
br i1 %E, label %bb.true, label %bb.false
|
||||
%C = icmp eq i32* %ptr, null
|
||||
br i1 %C, label %bb.true, label %bb.false
|
||||
bb.true:
|
||||
; This block musn't be counted in the inline cost.
|
||||
%t1 = load i32* %ptr
|
||||
|
Loading…
x
Reference in New Issue
Block a user