diff options
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/Target/TargetAsmInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Target/TargetAsmInfo.h b/llvm/include/llvm/Target/TargetAsmInfo.h index 65c0df49812..7af2c03aa63 100644 --- a/llvm/include/llvm/Target/TargetAsmInfo.h +++ b/llvm/include/llvm/Target/TargetAsmInfo.h @@ -469,7 +469,7 @@ namespace llvm { /// section flags either for given global or for section. unsigned SectionFlagsForGlobal(const GlobalValue *GV = NULL, - const char* name = NULL); + const char* name = NULL) const; // Accessors. // |

