From 28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21 Mon Sep 17 00:00:00 2001 From: Frederic Riss Date: Thu, 4 Sep 2014 18:55:46 +0000 Subject: Revert "[dwarfdump] Add missing DW_LANG_Mips_Assembler case to LanguageString()" This reverts commit 93c7e6161e1adbd2c7ac81fa081823183035cb64. This commit got approved first, but was dependant on another one going in (The one pretty printing attribute values). I'll reapply when the other one is in. llvm-svn: 217183 --- llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/DebugInfo') diff --git a/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll b/llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll index 941fdec363c..94aa259d31b 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: [DW_LANG_Mips_Assembler] +; CHECK: lang 0x8001 define void @Foo(i32 %a, i32 %b) { entry: -- cgit v1.2.3