summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86COFFMachineModuleInfo.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-03-12 19:31:03 +0000
committerChris Lattner <sabre@nondot.org>2010-03-12 19:31:03 +0000
commit355670bf0fe759b6562ad1411642806fcc64af3c (patch)
tree034c586d9b694e2aa6c8c7c28fc25dbe309af639 /lib/Target/X86/X86COFFMachineModuleInfo.h
parentec041eba384a5553b47295361fde15acc21d5607 (diff)
downloadllvm-355670bf0fe759b6562ad1411642806fcc64af3c.tar.gz
llvm-355670bf0fe759b6562ad1411642806fcc64af3c.tar.bz2
llvm-355670bf0fe759b6562ad1411642806fcc64af3c.tar.xz
remove the FnArgWords cache to make way for future changes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@98372 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86COFFMachineModuleInfo.h')
-rw-r--r--lib/Target/X86/X86COFFMachineModuleInfo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86COFFMachineModuleInfo.h b/lib/Target/X86/X86COFFMachineModuleInfo.h
index 9de3dcd634..1552ce117d 100644
--- a/lib/Target/X86/X86COFFMachineModuleInfo.h
+++ b/lib/Target/X86/X86COFFMachineModuleInfo.h
@@ -26,7 +26,6 @@ namespace llvm {
/// for X86 COFF targets.
class X86COFFMachineModuleInfo : public MachineModuleInfoImpl {
StringSet<> CygMingStubs;
- DenseMap<const Function*, unsigned> FnArgWords;
public:
X86COFFMachineModuleInfo(const MachineModuleInfo &);
~X86COFFMachineModuleInfo();