summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/ifcvt6.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/ifcvt6.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/ifcvt6.ll')
-rw-r--r--llvm/test/CodeGen/ARM/ifcvt6.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/ifcvt6.ll b/llvm/test/CodeGen/ARM/ifcvt6.ll
index 58241157580..d7fcf7d6440 100644
--- a/llvm/test/CodeGen/ARM/ifcvt6.ll
+++ b/llvm/test/CodeGen/ARM/ifcvt6.ll
@@ -1,7 +1,7 @@
; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
; RUN: grep cmpne | count 1
; RUN: llc < %s -march=arm -mtriple=arm-apple-darwin | \
-; RUN: grep ldmhi | count 1
+; RUN: grep ldmfdhi | count 1
define void @foo(i32 %X, i32 %Y) {
entry:
OpenPOWER on IntegriCloud