| commit | af6a408117c52f4d104080514c8d3df58e271128 | [log] [tgz] |
|---|---|---|
| author | Reid Spencer <rspencer@reidspencer.com> | Tue Jan 30 16:16:01 2007 +0000 |
| committer | Reid Spencer <rspencer@reidspencer.com> | Tue Jan 30 16:16:01 2007 +0000 |
| tree | 756570c9e0b56bca06155af989d9d204ac4f1782 | |
| parent | 6f880918d06eb59214ea677a27d9a628ac67f586 [diff] [blame] |
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
diff --git a/llvm/test/CodeGen/ARM/fp.ll b/llvm/test/CodeGen/ARM/fp.ll index 15be716..f85c17a 100644 --- a/llvm/test/CodeGen/ARM/fp.ll +++ b/llvm/test/CodeGen/ARM/fp.ll
@@ -43,7 +43,7 @@ ret double %tmp } -float %h() { +float %h2() { entry: ret float 1.000000e+00 }