diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-14 20:25:40 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-14 20:25:40 +0000 |
commit | 5473f07314cef4b93e82405664e49e04c175db80 (patch) | |
tree | 27a6db1b38a911864cff5ab2968c2d76f168a2b6 /lib/Target/MSIL/MSILWriter.h | |
parent | 9ac7542bab447299fc5d67c756e75e44502fc87e (diff) |
fix David's merge conflict
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75673 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/MSIL/MSILWriter.h')
-rw-r--r-- | lib/Target/MSIL/MSILWriter.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/Target/MSIL/MSILWriter.h b/lib/Target/MSIL/MSILWriter.h index cbb2d31e7d..f1b6a696ad 100644 --- a/lib/Target/MSIL/MSILWriter.h +++ b/lib/Target/MSIL/MSILWriter.h @@ -85,15 +85,11 @@ namespace { StaticInitList; const std::set<const Type *>* UsedTypes; static char ID; -<<<<<<< .mine - MSILWriter(formatted_raw_ostream &o) : FunctionPass(&ID), Out(o) { -======= DenseMap<const Value*, unsigned> AnonValueNumbers; unsigned NextAnonValueNumber; - MSILWriter(raw_ostream &o) - : FunctionPass(&ID), Out(o), NextAnonValueNumber(0) { ->>>>>>> .r75668 + MSILWriter(formatted_raw_ostream &o) : FunctionPass(&ID), Out(o), + NextAnonValueNumber(0) { UniqID = 0; } |