diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-08-01 18:39:17 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-08-01 18:39:17 +0000 |
commit | 24c19d20c0351903e3b72362b94941628b821f92 (patch) | |
tree | b8224914b59c9ae9ab5da61a18c015ce163c6872 /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
parent | b1b9451337a4cc3c42e77cc51e93b176b8b7adb9 (diff) | |
download | bcm5719-llvm-24c19d20c0351903e3b72362b94941628b821f92.tar.gz bcm5719-llvm-24c19d20c0351903e3b72362b94941628b821f92.zip |
Whitespace.
llvm-svn: 161122
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
-rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index 0cec95a57ab..471eb31131a 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h @@ -1,4 +1,4 @@ -//===-- X86COFFMachineModuleInfo.h - X86 COFF MMI Impl ----------*- C++ -*-===// +//===-- X86coffmachinemoduleinfo.h - X86 COFF MMI Impl ----------*- C++ -*-===// // // The LLVM Compiler Infrastructure // @@ -33,7 +33,7 @@ public: void addExternalFunction(MCSymbol* Symbol) { Externals.insert(Symbol); } - + typedef DenseSet<MCSymbol const *>::const_iterator externals_iterator; externals_iterator externals_begin() const { return Externals.begin(); } externals_iterator externals_end() const { return Externals.end(); } |