For PR1258:

Revise numeric value references to accommodate collapsed type planes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35170 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer
2007-03-19 18:27:35 +00:00
parent a9d1a843fc
commit 2318ec67b8
8 changed files with 99 additions and 101 deletions
+3 -3
View File
@@ -16,10 +16,10 @@
@t2 = global i40 * @t1
global float * @0 ;; Forward numeric reference
global float * @0 ;; Duplicate forward numeric reference
global float * @2 ;; Forward numeric reference
global float * @2 ;; Duplicate forward numeric reference
global float 0.0
global float * @0 ;; Numeric reference
global float * @2 ;; Numeric reference
@fptr = global void() * @f ;; Forward ref method defn