summaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCWinEH.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/MC/MCWinEH.h')
-rw-r--r--include/llvm/MC/MCWinEH.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/llvm/MC/MCWinEH.h b/include/llvm/MC/MCWinEH.h
index 05b58c753b661..723d7a397c496 100644
--- a/include/llvm/MC/MCWinEH.h
+++ b/include/llvm/MC/MCWinEH.h
@@ -65,10 +65,10 @@ struct FrameInfo {
class UnwindEmitter {
public:
- static const MCSection *getPDataSection(const MCSymbol *Function,
- MCContext &Context);
- static const MCSection *getXDataSection(const MCSymbol *Function,
- MCContext &Context);
+ static MCSection *getPDataSection(const MCSymbol *Function,
+ MCContext &Context);
+ static MCSection *getXDataSection(const MCSymbol *Function,
+ MCContext &Context);
virtual ~UnwindEmitter() { }