Fix binary64.clif to work with fold_redundant_jump. (#987)
This commit is contained in:
committed by
Sean Stangl
parent
1c5711c12b
commit
3b0e244316
@@ -750,7 +750,10 @@ ebb1:
|
||||
|
||||
; asm: ebb2:
|
||||
ebb2:
|
||||
jump ebb1 ; bin: eb fd
|
||||
; Add a no-op instruction to prevent fold_redundant_jump from removing this block.
|
||||
; asm: notq %rcx
|
||||
[-,%rcx] v5000 = bnot v1 ; bin: 48 f7 d1
|
||||
jump ebb1 ; bin: eb fa
|
||||
}
|
||||
|
||||
; CPU flag instructions.
|
||||
@@ -1353,7 +1356,10 @@ ebb1:
|
||||
|
||||
; asm: ebb2x:
|
||||
ebb2:
|
||||
jump ebb1 ; bin: eb fd
|
||||
; Add a no-op instruction to prevent fold_redundant_jump from removing this block.
|
||||
; asm: notl %ecx
|
||||
[-,%rcx] v5000 = bnot v1 ; bin: f7 d1
|
||||
jump ebb1 ; bin: eb fb
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user