fix David's merge conflict
authorChris Lattner <sabre@nondot.org>
Tue, 14 Jul 2009 20:25:40 +0000 (20:25 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 14 Jul 2009 20:25:40 +0000 (20:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75673 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/MSIL/MSILWriter.h

index cbb2d31e7dba1aac1a76d2862ececbca26303e39..f1b6a696ada03cfec74cefe0c88e7a7910a348fe 100644 (file)
@@ -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;
     }