diff options
Diffstat (limited to 'test/Integer/constpointer_bt.ll')
-rw-r--r-- | test/Integer/constpointer_bt.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Integer/constpointer_bt.ll b/test/Integer/constpointer_bt.ll index 6be9ec336a3cc..f350df35c325e 100644 --- a/test/Integer/constpointer_bt.ll +++ b/test/Integer/constpointer_bt.ll @@ -16,10 +16,10 @@ @t2 = global i40 * @t1 -global float * @2 ;; Forward numeric reference -global float * @2 ;; Duplicate forward numeric reference -global float 0.0 -global float * @2 ;; Numeric reference +@0 = global float * @2 ;; Forward numeric reference +@1 = global float * @2 ;; Duplicate forward numeric reference +@2 = global float 0.0 +@3 = global float * @2 ;; Numeric reference @fptr = global void() * @f ;; Forward ref method defn |