mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
Use Unified Assembly Syntax for the ARM backend.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86494 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -60,7 +60,7 @@ define double @f7(double %a, double %b) {
|
||||
;CHECK: movlt
|
||||
;CHECK: movlt
|
||||
;CHECK-VFP: f7:
|
||||
;CHECK-VFP: fcpydmi
|
||||
;CHECK-VFP: vmovmi
|
||||
%tmp = fcmp olt double %a, 1.234e+00
|
||||
%tmp1 = select i1 %tmp, double -1.000e+00, double %b
|
||||
ret double %tmp1
|
||||
|
Reference in New Issue
Block a user