mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +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…
Reference in New Issue
Block a user