diff options
author | Devang Patel <dpatel@apple.com> | 2009-01-20 22:26:11 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2009-01-20 22:26:11 +0000 |
commit | eeb90e3094c8d5480747e39ab5dcd3ba156009c7 (patch) | |
tree | bd7b5794c382721bc647ea2ab89ba79e5e86296a /test | |
parent | 67e1e7c3d84e04abbda81426827c72937e0aceba (diff) | |
download | external_llvm-eeb90e3094c8d5480747e39ab5dcd3ba156009c7.zip external_llvm-eeb90e3094c8d5480747e39ab5dcd3ba156009c7.tar.gz external_llvm-eeb90e3094c8d5480747e39ab5dcd3ba156009c7.tar.bz2 |
Need compile unit to find location.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@62624 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/DebugInfo/globalGetElementPtr.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/globalGetElementPtr.ll b/test/DebugInfo/globalGetElementPtr.ll index 6e36743..89e0617 100644 --- a/test/DebugInfo/globalGetElementPtr.ll +++ b/test/DebugInfo/globalGetElementPtr.ll @@ -121,7 +121,7 @@ target triple = "i686-apple-darwin8" 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 @@ target triple = "i686-apple-darwin8" 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, |