summaryrefslogtreecommitdiff
path: root/test/Integer/constpointer_bt.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Integer/constpointer_bt.ll')
-rw-r--r--test/Integer/constpointer_bt.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/Integer/constpointer_bt.ll b/test/Integer/constpointer_bt.ll
index be8fdfdcc7..5d541571bb 100644
--- a/test/Integer/constpointer_bt.ll
+++ b/test/Integer/constpointer_bt.ll
@@ -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