[llvm-commits] [llvm] r62624 - /llvm/trunk/test/DebugInfo/globalGetElementPtr.ll

Devang Patel dpatel at apple.com
Tue Jan 20 14:26:11 PST 2009


Author: dpatel
Date: Tue Jan 20 16:26:11 2009
New Revision: 62624

URL: http://llvm.org/viewvc/llvm-project?rev=62624&view=rev
Log:
Need compile unit to find location.

Modified:
    llvm/trunk/test/DebugInfo/globalGetElementPtr.ll

Modified: llvm/trunk/test/DebugInfo/globalGetElementPtr.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/globalGetElementPtr.ll?rev=62624&r1=62623&r2=62624&view=diff

==============================================================================
--- llvm/trunk/test/DebugInfo/globalGetElementPtr.ll (original)
+++ llvm/trunk/test/DebugInfo/globalGetElementPtr.ll Tue Jan 20 16:26:11 2009
@@ -121,7 +121,7 @@
     i32 393217, 
     %struct.anon* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to %struct.anon*), 
     i8* null, 
-    %struct.anon* null, 
+    %struct.anon* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to %struct.anon*), 
     i32 0, 
     i64 0, 
     i64 8, 
@@ -158,7 +158,7 @@
     i32 393217, 
     %struct.anon* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to %struct.anon*), 
     i8* null, 
-    %struct.anon* null, 
+    %struct.anon* bitcast (%llvm.dbg.compile_unit.type* @llvm.dbg.compile_unit to %struct.anon*), 
     i32 0, 
     i64 0, 
     i64 8, 





More information about the llvm-commits mailing list