diff options
Diffstat (limited to 'include/llvm/Analysis/DebugInfo.h')
-rw-r--r-- | include/llvm/Analysis/DebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Analysis/DebugInfo.h b/include/llvm/Analysis/DebugInfo.h index 9e5e1f9..1bbe8df 100644 --- a/include/llvm/Analysis/DebugInfo.h +++ b/include/llvm/Analysis/DebugInfo.h @@ -363,7 +363,7 @@ namespace llvm { StringRef getObjCPropertyName() const { if (getVersion() > LLVMDebugVersion11) - return StringRef(); + return StringRef(); return getStringField(10); } StringRef getObjCPropertyGetterName() const { |