aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/llvm/Target/TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h
index 96d3fb6da5..478c453add 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -58,7 +58,7 @@ public:
return TLOF->getEHFrameSection();
}
- const unsigned getFDEEncoding() const {
+ unsigned getFDEEncoding() const {
return TLOF->getFDEEncoding();
}