Make use of DiagnosticType to provide better AArch64 diagnostics.
[oota-llvm.git] / test / Integer / constpointer_bt.ll
index be8fdfdcc7d3d09afc28dfd4fc35f944e52d68e7..6be9ec336a3cc64b397453769aa8c457ada0b9a5 100644 (file)
 
 @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
@@ -29,5 +29,4 @@ declare void @"f"()               ;; External method
 @somestr = constant [11x i8] c"hello world"
 @sptr2   = global [11x i8]* @somestr
 
-implementation