From 2318ec67b833e78499e1f9cfa5b2da48a9655887 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 19 Mar 2007 18:27:35 +0000 Subject: 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 --- test/Integer/constexpr_bt.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/Integer/constexpr_bt.ll') diff --git a/test/Integer/constexpr_bt.ll b/test/Integer/constexpr_bt.ll index 2a8391acf4..1faa287e52 100644 --- a/test/Integer/constexpr_bt.ll +++ b/test/Integer/constexpr_bt.ll @@ -24,8 +24,8 @@ global i63 s0x012312 ; hexadecimal signed integer constants @t9 = global i33 fptosi (float sitofp (i33 8 to float) to i33) ;; Nested cast expression -global i32* bitcast (float* @0 to i32*) ;; Forward numeric reference -global float* @0 ;; Duplicate forward numeric reference +global i32* bitcast (float* @4 to i32*) ;; Forward numeric reference +global float* @4 ;; Duplicate forward numeric reference global float 0.0 -- cgit v1.2.3