summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/fcopysign.ll
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-01-30 16:16:01 +0000
commitaf6a408117c52f4d104080514c8d3df58e271128 (patch)
tree756570c9e0b56bca06155af989d9d204ac4f1782 /llvm/test/CodeGen/ARM/fcopysign.ll
parent6f880918d06eb59214ea677a27d9a628ac67f586 (diff)
downloadbcm5719-llvm-af6a408117c52f4d104080514c8d3df58e271128.tar.gz
bcm5719-llvm-af6a408117c52f4d104080514c8d3df58e271128.zip
For PR411:
Update these tests to not use the same name even though the type of the value differs. After PR411 hits, type planes will be gone and it will be illegal for a name to be used twice, regardless of type. llvm-svn: 33660
Diffstat (limited to 'llvm/test/CodeGen/ARM/fcopysign.ll')
-rw-r--r--llvm/test/CodeGen/ARM/fcopysign.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/ARM/fcopysign.ll b/llvm/test/CodeGen/ARM/fcopysign.ll
index 73c6670bfc4..b384f36a5c1 100644
--- a/llvm/test/CodeGen/ARM/fcopysign.ll
+++ b/llvm/test/CodeGen/ARM/fcopysign.ll
@@ -6,8 +6,8 @@
define float @test1(float %x, double %y) {
%tmp = fpext float %x to double
%tmp2 = tail call double @copysign( double %tmp, double %y )
- %tmp2 = fptrunc double %tmp2 to float
- ret float %tmp2
+ %tmp3 = fptrunc double %tmp2 to float
+ ret float %tmp3
}
define double @test2(double %x, float %y) {
OpenPOWER on IntegriCloud