diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm/Target/TargetJITInfo.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/Target/TargetJITInfo.h b/include/llvm/Target/TargetJITInfo.h index 293e0d3..6e1eb43 100644 --- a/include/llvm/Target/TargetJITInfo.h +++ b/include/llvm/Target/TargetJITInfo.h @@ -94,11 +94,6 @@ namespace llvm { assert(NumRelocs == 0 && "This target does not have relocations!"); } - /// InvalidateInstructionCache - Before the JIT can run a block of code - // that has been emitted it must invalidate the instruction cache on some - // platforms. - virtual void InvalidateInstructionCache(const void *Addr, unsigned len) {} - /// needsGOT - Allows a target to specify that it would like the // JIT to manage a GOT for it. bool needsGOT() const { return useGOT; } |