summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/include/llvm/Target/TargetAsmInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h
index d031d746578..b38a2e67430 100644
--- a/llvm/include/llvm/Target/TargetAsmInfo.h
+++ b/llvm/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 {
OpenPOWER on IntegriCloud