mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-29 13:32:33 +00:00
Fix compilation on MSVC. Rename "_BB" to "Block"
Thanks zygoloid. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151481 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c367dfc2f4
commit
08c8339307
@ -93,8 +93,8 @@ struct Modifier {
|
||||
|
||||
public:
|
||||
/// C'tor
|
||||
Modifier(BasicBlock *_BB, PieceTable *PT, Random *R):
|
||||
BB(_BB),PT(PT),Ran(R),Context(BB->getContext()) {};
|
||||
Modifier(BasicBlock *Block, PieceTable *PT, Random *R):
|
||||
BB(Block),PT(PT),Ran(R),Context(BB->getContext()) {};
|
||||
/// Add a new instruction.
|
||||
virtual void Act() = 0;
|
||||
/// Add N new instructions,
|
||||
|
Loading…
x
Reference in New Issue
Block a user