diff options
| author | Jim Grosbach <grosbach@apple.com> | 2009-11-09 00:11:35 +0000 |
|---|---|---|
| committer | Jim Grosbach <grosbach@apple.com> | 2009-11-09 00:11:35 +0000 |
| commit | d7cf55cd0eaf3664285e746b477c680e1a4775b9 (patch) | |
| tree | 154397f2614f80432a90582a340fd6dc0e185777 /llvm/test/CodeGen/ARM/fixunsdfdi.ll | |
| parent | 058088f219006df0d40a47bd2e7c24ea45288a5e (diff) | |
| download | bcm5719-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/fixunsdfdi.ll')
| -rw-r--r-- | llvm/test/CodeGen/ARM/fixunsdfdi.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/fixunsdfdi.ll b/llvm/test/CodeGen/ARM/fixunsdfdi.ll index ebf1d84536e..6db2385a63e 100644 --- a/llvm/test/CodeGen/ARM/fixunsdfdi.ll +++ b/llvm/test/CodeGen/ARM/fixunsdfdi.ll @@ -1,5 +1,5 @@ ; RUN: llc < %s -march=arm -mattr=+vfp2 -; RUN: llc < %s -march=arm -mattr=vfp2 | not grep fstd +; RUN: llc < %s -march=arm -mattr=vfp2 | not grep vstr.64 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone { entry: |

