From a302d29f1dfd1addef6ef10edf23f3cb857bb188 Mon Sep 17 00:00:00 2001 From: Venkatraman Govindaraju Date: Sun, 26 Jan 2014 05:13:44 +0000 Subject: [Sparc] Add support for parsing DW_CFA_GNU_window_save. llvm-svn: 200127 --- llvm/lib/DebugInfo/DWARFDebugFrame.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/DebugInfo/DWARFDebugFrame.cpp') diff --git a/llvm/lib/DebugInfo/DWARFDebugFrame.cpp b/llvm/lib/DebugInfo/DWARFDebugFrame.cpp index 2c85d2e5c73..d5f1f196583 100644 --- a/llvm/lib/DebugInfo/DWARFDebugFrame.cpp +++ b/llvm/lib/DebugInfo/DWARFDebugFrame.cpp @@ -125,6 +125,7 @@ void FrameEntry::parseInstructions(uint32_t *Offset, uint32_t EndOffset) { case DW_CFA_nop: case DW_CFA_remember_state: case DW_CFA_restore_state: + case DW_CFA_GNU_window_save: // No operands addInstruction(Opcode); break; -- cgit v1.2.3