diff options
author | Evan Cheng <evan.cheng@apple.com> | 2006-07-27 17:33:48 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2006-07-27 17:33:48 +0000 |
commit | 7ec7b467df47da732130a70050734cc22dfbb7cf (patch) | |
tree | 162e3356625107e9be486ceddd766e10421b9bcd /llvm/lib/Target/PowerPC/PPCJITInfo.h | |
parent | efc312a5c7269a0273228b7003c5510ba4d2f980 (diff) | |
download | bcm5719-llvm-7ec7b467df47da732130a70050734cc22dfbb7cf.tar.gz bcm5719-llvm-7ec7b467df47da732130a70050734cc22dfbb7cf.zip |
synchronizeICache removeed from TargetJITInfo.
llvm-svn: 29348
Diffstat (limited to 'llvm/lib/Target/PowerPC/PPCJITInfo.h')
-rw-r--r-- | llvm/lib/Target/PowerPC/PPCJITInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCJITInfo.h b/llvm/lib/Target/PowerPC/PPCJITInfo.h index 292539f3ec9..a97fc2e9171 100644 --- a/llvm/lib/Target/PowerPC/PPCJITInfo.h +++ b/llvm/lib/Target/PowerPC/PPCJITInfo.h @@ -44,7 +44,6 @@ namespace llvm { virtual void replaceMachineCodeForFunction(void *Old, void *New); virtual void resolveBBRefs(MachineCodeEmitter &MCE); - virtual void synchronizeICache(const void *Addr, size_t Len); }; } |