summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fnmul.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
commitd7cf55cd0eaf3664285e746b477c680e1a4775b9 (patch)
tree154397f2614f80432a90582a340fd6dc0e185777 /llvm/test/CodeGen/ARM/fnmul.ll
parent058088f219006df0d40a47bd2e7c24ea45288a5e (diff)
downloadbcm5719-llvm-d7cf55cd0eaf3664285e746b477c680e1a4775b9.tar.gz
bcm5719-llvm-d7cf55cd0eaf3664285e746b477c680e1a4775b9.zip
Use Unified Assembly Syntax for the ARM backend.
llvm-svn: 86494
Diffstat (limited to 'llvm/test/CodeGen/ARM/fnmul.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fnmul.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fnmul.ll b/llvm/test/CodeGen/ARM/fnmul.ll
index 613b347cdbf..6d7bc05ffa9 100644
--- a/llvm/test/CodeGen/ARM/fnmul.ll
+++ b/llvm/test/CodeGen/ARM/fnmul.ll
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep fnmuld
-; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep fmul
+; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 | grep vnmul.f64
+; RUN: llc < %s -march=arm -mattr=+v6,+vfp2 -enable-sign-dependent-rounding-fp-math | grep vmul.f64
define double @t1(double %a, double %b) {
OpenPOWER on IntegriCloud