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:
db6cbe1
)
include/llvm/Target/TargetAsmInfo.h: Fix a warning.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 22 Apr 2011 01:56:59 +0000
(
01:56
+0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 22 Apr 2011 01:56:59 +0000
(
01:56
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@129972
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 96d3fb6da5aeb3d3acd16b5ddbbb65be78c1ca9a..478c453add1228ec54a09b3778a2cd5617b2e9ea 100644
(file)
--- 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();
}