diff options
Diffstat (limited to 'contrib/llvm/lib/Target/X86/X86JITInfo.h')
-rw-r--r-- | contrib/llvm/lib/Target/X86/X86JITInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/lib/Target/X86/X86JITInfo.h b/contrib/llvm/lib/Target/X86/X86JITInfo.h index c76d3cc..d7c08df 100644 --- a/contrib/llvm/lib/Target/X86/X86JITInfo.h +++ b/contrib/llvm/lib/Target/X86/X86JITInfo.h @@ -65,7 +65,7 @@ namespace llvm { /// referenced global symbols. virtual void relocate(void *Function, MachineRelocation *MR, unsigned NumRelocs, unsigned char* GOTBase); - + /// allocateThreadLocalMemory - Each target has its own way of /// handling thread local variables. This method returns a value only /// meaningful to the target. |