summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb2/cortex-fp.ll
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-19 00:03:32 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-01-19 00:03:32 +0000
commitd32eea963699c279f58b5338ab1b5b3bd713fd22 (patch)
tree896a2ed3c0b116566c727b24df4e04b9456e3419 /test/CodeGen/Thumb2/cortex-fp.ll
parent6fff325fb600fdaa269858c638d50dbe374d1937 (diff)
downloadllvm-d32eea963699c279f58b5338ab1b5b3bd713fd22.tar.gz
llvm-d32eea963699c279f58b5338ab1b5b3bd713fd22.tar.bz2
llvm-d32eea963699c279f58b5338ab1b5b3bd713fd22.tar.xz
Remove some register allocation order dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172874 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Thumb2/cortex-fp.ll')
-rw-r--r--test/CodeGen/Thumb2/cortex-fp.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/Thumb2/cortex-fp.ll b/test/CodeGen/Thumb2/cortex-fp.ll
index b7df2fbf54..f6cea72cae 100644
--- a/test/CodeGen/Thumb2/cortex-fp.ll
+++ b/test/CodeGen/Thumb2/cortex-fp.ll
@@ -7,7 +7,7 @@ define float @foo(float %a, float %b) {
entry:
; CHECK: foo
; CORTEXM3: blx ___mulsf3
-; CORTEXM4: vmul.f32 s0, s2, s0
+; CORTEXM4: vmul.f32 s
; CORTEXA8: vmul.f32 d
%0 = fmul float %a, %b
ret float %0