mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-23 12:45:47 +00:00
fix David's merge conflict
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75673 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9ac7542bab
commit
5473f07314
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user