diff options
author | Chris Lattner <sabre@nondot.org> | 2007-11-28 05:27:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-11-28 05:27:07 +0000 |
commit | 2adcf10a8075c7deea95f932edda86b562f0dd69 (patch) | |
tree | d719af160f65a782b0b2990e1ba8eb33757f065e /test/CodeGen/ARM | |
parent | 2490d3300557448305d8d6662fc06ecee9d839aa (diff) | |
download | external_llvm-2adcf10a8075c7deea95f932edda86b562f0dd69.zip external_llvm-2adcf10a8075c7deea95f932edda86b562f0dd69.tar.gz external_llvm-2adcf10a8075c7deea95f932edda86b562f0dd69.tar.bz2 |
update this test after the fmrrd fix
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44393 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/fp.ll | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/CodeGen/ARM/fp.ll b/test/CodeGen/ARM/fp.ll index 186d20a..ec4890f 100644 --- a/test/CodeGen/ARM/fp.ll +++ b/test/CodeGen/ARM/fp.ll @@ -3,13 +3,12 @@ ; RUN: grep fsitos %t ; RUN: grep fmrs %t | count 2 ; RUN: grep fsitod %t -; RUN: grep fmrrd %t | count 5 -; RUN: grep fmdrr %t | count 2 +; RUN: grep fmrrd %t | count 3 +; RUN: not grep fmdrr %t ; RUN: grep fldd %t ; RUN: grep fuitod %t ; RUN: grep fuitos %t ; RUN: grep 1065353216 %t -; XFAIL: * float %f(int %a) { entry: |