summaryrefslogtreecommitdiff
path: root/test/CodeGen
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2013-06-15 00:33:47 +0000
committerDavid Blaikie <dblaikie@gmail.com>2013-06-15 00:33:47 +0000
commit702ff96ff3157e0761d206cca2dc0a4c3e7c13a9 (patch)
tree2d6f327e08fa77462983264a5c7999910358dda7 /test/CodeGen
parentf3f3523b9c714d9b98f6102ce79ed3d0c9050169 (diff)
downloadllvm-702ff96ff3157e0761d206cca2dc0a4c3e7c13a9.tar.gz
llvm-702ff96ff3157e0761d206cca2dc0a4c3e7c13a9.tar.bz2
llvm-702ff96ff3157e0761d206cca2dc0a4c3e7c13a9.tar.xz
Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE comments if the display name is empty
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@184026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/dbg-value-terminator.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/dbg-value-terminator.ll b/test/CodeGen/X86/dbg-value-terminator.ll
index ed0b2129a7..e7c12507d8 100644
--- a/test/CodeGen/X86/dbg-value-terminator.ll
+++ b/test/CodeGen/X86/dbg-value-terminator.ll
@@ -6,7 +6,7 @@
; terminator.
;
; CHECK: test:
-; CHECK: ##DEBUG_VALUE: :i
+; CHECK: ##DEBUG_VALUE: i
%a = type { i32, i32 }
define hidden fastcc %a* @test() #1 {