summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fnegs.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/fnegs.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/fnegs.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fnegs.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/ARM/fnegs.ll b/llvm/test/CodeGen/ARM/fnegs.ll
index 7da443dd93f..bc3d42de75c 100644
--- a/llvm/test/CodeGen/ARM/fnegs.ll
+++ b/llvm/test/CodeGen/ARM/fnegs.ll
@@ -1,8 +1,8 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2 | grep -E {fnegs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
+; RUN: llc < %s -march=arm -mattr=+vfp2 | grep -E {vneg.f32\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=1 | grep -E {vneg.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 2
-; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=0 | grep -E {fnegs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
+; RUN: llc < %s -march=arm -mattr=+neon -arm-use-neon-fp=0 | grep -E {vneg.f32\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
; RUN: llc < %s -march=arm -mcpu=cortex-a8 | grep -E {vneg.f32\\W*d\[0-9\]+,\\W*d\[0-9\]+} | count 2
-; RUN: llc < %s -march=arm -mcpu=cortex-a9 | grep -E {fnegs\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
+; RUN: llc < %s -march=arm -mcpu=cortex-a9 | grep -E {vneg.f32\\W*s\[0-9\]+,\\W*s\[0-9\]+} | count 2
define float @test1(float* %a) {
entry:
OpenPOWER on IntegriCloud