mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Add a CHECK line to check the position of the second divsd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83009 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fd847118ed
commit
8c050fadf6
@ -9,6 +9,7 @@
|
||||
; CHECK-NEXT: divsd
|
||||
; CHECK: testb $1, %dil
|
||||
; CHECK-NEXT: jne
|
||||
; CHECK: divsd
|
||||
|
||||
define double @foo(double %x, double %y, i1 %c) nounwind {
|
||||
%a = fdiv double %x, 3.2
|
||||
|
Loading…
Reference in New Issue
Block a user