summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo
diff options
context:
space:
mode:
authorFrederic Riss <friss@apple.com>2014-09-05 07:21:40 +0000
committerFrederic Riss <friss@apple.com>2014-09-05 07:21:40 +0000
commit1a3736f4f6577c87748ab0f484041c947621ce75 (patch)
tree3727e9faa63fb8ce72046e40c4369681c580b114 /llvm/test/DebugInfo
parent9232ea6ac5ee66edc8e8a0b1164ff4d2c9e86a15 (diff)
downloadbcm5719-llvm-1a3736f4f6577c87748ab0f484041c947621ce75.tar.gz
bcm5719-llvm-1a3736f4f6577c87748ab0f484041c947621ce75.zip
Reapply "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()"
This commit was reverted in r217183, but is OK to go in again now that its dependency is commited (as of r217186). llvm-svn: 217231
Diffstat (limited to 'llvm/test/DebugInfo')
-rw-r--r--llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll b/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll
index 94aa259d31b..941fdec363c 100644
--- a/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll
+++ b/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll
@@ -1,6 +1,6 @@
; RUN: opt < %s -verify -S | FileCheck %s
-; CHECK: lang 0x8001
+; CHECK: [DW_LANG_Mips_Assembler]
define void @Foo(i32 %a, i32 %b) {
entry:
OpenPOWER on IntegriCloud