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