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 d031d74657..b38a2e6743 100644
--- a/include/llvm/Target/TargetAsmInfo.h
+++ b/include/llvm/Target/TargetAsmInfo.h
@@ -697,7 +697,7 @@ namespace llvm {
char getSeparatorChar() const {
return SeparatorChar;
}
- const unsigned getCommentColumn() const {
+ unsigned getCommentColumn() const {
return CommentColumn;
}
const char *getCommentString() const {