summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/PPCJITInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-07-27 17:33:48 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-07-27 17:33:48 +0000
commit7e6e44139429d1b8003426b29f14126b89591262 (patch)
tree482d1eab5c22a84f4ccf246bb254e7b97bd8ec24 /lib/Target/PowerPC/PPCJITInfo.h
parent4d9bbdc4408cc871d229677313cc4887862719d7 (diff)
downloadllvm-7e6e44139429d1b8003426b29f14126b89591262.tar.gz
llvm-7e6e44139429d1b8003426b29f14126b89591262.tar.bz2
llvm-7e6e44139429d1b8003426b29f14126b89591262.tar.xz
synchronizeICache removeed from TargetJITInfo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCJITInfo.h')
-rw-r--r--lib/Target/PowerPC/PPCJITInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCJITInfo.h b/lib/Target/PowerPC/PPCJITInfo.h
index 292539f3ec..a97fc2e917 100644
--- a/lib/Target/PowerPC/PPCJITInfo.h
+++ b/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);
};
}