aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-05-26 23:55:23 +0000
committerDevang Patel <dpatel@apple.com>2010-05-26 23:55:23 +0000
commit80250686d5df7f3b603eeaa08fb94f2765829e0a (patch)
tree4b7a84ff6e97605a3c90228f75e10b1ed9ee4b65 /test/DebugInfo
parent8b3ca84a8deeb946114f72d2a6aea243b630c4a8 (diff)
downloadexternal_llvm-80250686d5df7f3b603eeaa08fb94f2765829e0a.zip
external_llvm-80250686d5df7f3b603eeaa08fb94f2765829e0a.tar.gz
external_llvm-80250686d5df7f3b603eeaa08fb94f2765829e0a.tar.bz2
Simplify. Eliminate unneeded debug_loc entry.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104785 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/DebugInfo')
-rw-r--r--test/DebugInfo/2010-05-25-DotDebugLoc.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/DebugInfo/2010-05-25-DotDebugLoc.ll b/test/DebugInfo/2010-05-25-DotDebugLoc.ll
index e6a7a6c..4c477ee 100644
--- a/test/DebugInfo/2010-05-25-DotDebugLoc.ll
+++ b/test/DebugInfo/2010-05-25-DotDebugLoc.ll
@@ -1,5 +1,5 @@
-; RUN: llc -O2 < %s | grep debug_loc13
-; Test to check .debug_loc support. This test case emits 14 debug_loc entries.
+; RUN: llc -O2 < %s | grep debug_loc12
+; Test to check .debug_loc support. This test case emits 13 debug_loc entries.
%0 = type { double }