forked from OSchip/llvm-project
Add a CHECK line to check the position of the second divsd.
llvm-svn: 83009
This commit is contained in:
parent
4854ef0023
commit
46945e38ea
|
@ -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