diff options
| author | Frederic Riss <friss@apple.com> | 2014-09-04 18:55:46 +0000 |
|---|---|---|
| committer | Frederic Riss <friss@apple.com> | 2014-09-04 18:55:46 +0000 |
| commit | 28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21 (patch) | |
| tree | f088a845f154982f80b31b2143dde1e6d60516fa /llvm/test/DebugInfo | |
| parent | a3f54f211e307003c592744d10bef5e53ed0f4c6 (diff) | |
| download | bcm5719-llvm-28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21.tar.gz bcm5719-llvm-28f3d4186de1bda6c79a1873faf3d5ab0aaa7f21.zip | |
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
Diffstat (limited to 'llvm/test/DebugInfo')
| -rw-r--r-- | llvm/test/DebugInfo/2010-03-19-DbgDeclare.ll | 2 |
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 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: |

