summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arguments_f64_backfill.ll
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-11-09 00:11:35 +0000
committerJim Grosbach <grosbach@apple.com>2009-11-09 00:11:35 +0000
commite5165490b7ba24bb2f3043399e0d60e7f3bcf8a5 (patch)
treedcfacdf8f8a31aff38c2a605e73e4687316d32ab /test/CodeGen/ARM/arguments_f64_backfill.ll
parent9feeeaf9ed3a9509049a4cdd4f22a8735658dbca (diff)
downloadllvm-e5165490b7ba24bb2f3043399e0d60e7f3bcf8a5.tar.gz
llvm-e5165490b7ba24bb2f3043399e0d60e7f3bcf8a5.tar.bz2
llvm-e5165490b7ba24bb2f3043399e0d60e7f3bcf8a5.tar.xz
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
Diffstat (limited to 'test/CodeGen/ARM/arguments_f64_backfill.ll')
-rw-r--r--test/CodeGen/ARM/arguments_f64_backfill.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/arguments_f64_backfill.ll b/test/CodeGen/ARM/arguments_f64_backfill.ll
index d8019a07fa..062133e864 100644
--- a/test/CodeGen/ARM/arguments_f64_backfill.ll
+++ b/test/CodeGen/ARM/arguments_f64_backfill.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -mtriple=arm-linux-gnueabi -mattr=+vfp2 -float-abi=hard | FileCheck %s
define float @f(float %z, double %a, float %b) {
-; CHECK: fcpys s0, s1
+; CHECK: vmov.f32 s0, s1
%tmp = call float @g(float %b)
ret float %tmp
}