diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-11-23 21:08:25 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-11-23 21:08:25 +0000 |
commit | 77b02beb1fa3a96efc05081889d1ae4ffecb44a7 (patch) | |
tree | 956fdf1f0128ebeaf5f344708efc334d78574e70 /test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | |
parent | da1aea4d7551d05cfb28a565b9750b7965cd620a (diff) |
move fconst[sd] to UAL. <rdar://7414913>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@89700 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/cross-rc-coalescing-2.ll')
-rw-r--r-- | test/CodeGen/Thumb2/cross-rc-coalescing-2.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll b/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll index 607012799d..8f6449e8ff 100644 --- a/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll +++ b/test/CodeGen/Thumb2/cross-rc-coalescing-2.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep vmov.f32 | count 6 +; RUN: llc < %s -mtriple=thumbv7-apple-darwin9 -mcpu=cortex-a8 | grep vmov.f32 | count 7 define arm_apcscc void @fht(float* nocapture %fz, i16 signext %n) nounwind { entry: |