aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-11-03 05:52:54 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-11-03 05:52:54 +0000
commitba908640b3e0c1218748776e244d4b7234451155 (patch)
treee0a800676cb71229280791d0ad307dbd59644290 /test/CodeGen/ARM/2009-11-01-NeonMoves.ll
parentb4db6a46e0de3283fa70ea0a7d3623f2e4e2d2a3 (diff)
downloadexternal_llvm-ba908640b3e0c1218748776e244d4b7234451155.zip
external_llvm-ba908640b3e0c1218748776e244d4b7234451155.tar.gz
external_llvm-ba908640b3e0c1218748776e244d4b7234451155.tar.bz2
Fix PR5367. QPR_8 is the super regclass of DPR_8 and SPR_8.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85871 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/2009-11-01-NeonMoves.ll')
-rw-r--r--test/CodeGen/ARM/2009-11-01-NeonMoves.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/ARM/2009-11-01-NeonMoves.ll b/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
index c6967cc..c260b97 100644
--- a/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
+++ b/test/CodeGen/ARM/2009-11-01-NeonMoves.ll
@@ -1,4 +1,4 @@
-; RUN: llc -mcpu=cortex-a8 < %s | grep vmov | count 2
+; RUN: llc -mcpu=cortex-a8 < %s | grep vmov | count 1
target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
target triple = "armv7-eabi"