diff options
author | Devang Patel <dpatel@apple.com> | 2010-04-26 22:54:28 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-04-26 22:54:28 +0000 |
commit | 5098da0a7e3fb841f71bf5be9211b36fa95f140f (patch) | |
tree | 4b60f8e51e612f3e2839333cd762484adc041e18 /test/DebugInfo | |
parent | 948c8a3e3d7349c67e5d9231d9e99b2692623630 (diff) |
Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_pc pair. This simplifies debug range entries.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102394 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r-- | test/DebugInfo/2010-04-25-CU-entry_pc.ll (renamed from test/DebugInfo/2010-03-22-CU-HighLow.ll) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/DebugInfo/2010-03-22-CU-HighLow.ll b/test/DebugInfo/2010-04-25-CU-entry_pc.ll index 42c25e4711..de099b6b9c 100644 --- a/test/DebugInfo/2010-03-22-CU-HighLow.ll +++ b/test/DebugInfo/2010-04-25-CU-entry_pc.ll @@ -1,4 +1,4 @@ -; RUN: llc < %s | grep low_pc | count 2 +; RUN: llc < %s | grep entry_pc | count 2 @i = global i32 1 ; <i32*> [#uses=0] !llvm.dbg.gv = !{!0} |