projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db42549
)
Delete a spurious const.
author
Dan Gohman
<gohman@apple.com>
Mon, 13 Jul 2009 20:46:11 +0000
(20:46 +0000)
committer
Dan Gohman
<gohman@apple.com>
Mon, 13 Jul 2009 20:46:11 +0000
(20:46 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75493
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Target/TargetAsmInfo.h
patch
|
blob
|
history
diff --git
a/include/llvm/Target/TargetAsmInfo.h
b/include/llvm/Target/TargetAsmInfo.h
index d031d746578df93776f4c7f086d5cb5ab6766575..b38a2e674302d14b80dacd9a9266ad9b897b5145 100644
(file)
--- 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 {