aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/ELFWriter.h
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-07-16 06:26:41 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2009-07-16 06:26:41 +0000
commitf4f4dcd25b5c068d47403a417b3b0fc01f56f520 (patch)
treeb5bc3baf0f35043e8263c3393a68722082153144 /lib/CodeGen/ELFWriter.h
parent7c590a1e7a8eb961182de90555ac5fabe9791576 (diff)
downloadexternal_llvm-f4f4dcd25b5c068d47403a417b3b0fc01f56f520.zip
external_llvm-f4f4dcd25b5c068d47403a417b3b0fc01f56f520.tar.gz
external_llvm-f4f4dcd25b5c068d47403a417b3b0fc01f56f520.tar.bz2
Fix coding style issues pointed by Bill.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75898 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/ELFWriter.h')
-rw-r--r--lib/CodeGen/ELFWriter.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/CodeGen/ELFWriter.h b/lib/CodeGen/ELFWriter.h
index 3cc50fe..ee5a856 100644
--- a/lib/CodeGen/ELFWriter.h
+++ b/lib/CodeGen/ELFWriter.h
@@ -34,6 +34,9 @@ namespace llvm {
class TargetELFWriterInfo;
class raw_ostream;
+ typedef std::vector<ELFSym*>::iterator ELFSymIter;
+ typedef std::vector<ELFSection*>::iterator ELFSectionIter;
+
/// ELFWriter - This class implements the common target-independent code for
/// writing ELF files. Targets should derive a class from this to
/// parameterize the output format.