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:
Nadav Rotem 2012-02-26 08:59:25 +00:00
parent c367dfc2f4
commit 08c8339307

View File

@ -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,