diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-03-12 19:31:03 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-03-12 19:31:03 +0000 |
| commit | c795a5235fc6f75cbf71ff780c8224de3fdae7c1 (patch) | |
| tree | 1ef43862887dbe3c91b697aa8c9fa50a8e8a4b1e /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
| parent | 3d0cd822a9d4386faa1493b305a235202df8d5e5 (diff) | |
| download | bcm5719-llvm-c795a5235fc6f75cbf71ff780c8224de3fdae7c1.tar.gz bcm5719-llvm-c795a5235fc6f75cbf71ff780c8224de3fdae7c1.zip | |
remove the FnArgWords cache to make way for future changes.
llvm-svn: 98372
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index 9de3dcd6349..1552ce117dc 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/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(); |

