summaryrefslogtreecommitdiff
path: root/tools/llvm-stress
diff options
context:
space:
mode:
Diffstat (limited to 'tools/llvm-stress')
-rw-r--r--tools/llvm-stress/llvm-stress.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/llvm-stress/llvm-stress.cpp b/tools/llvm-stress/llvm-stress.cpp
index e99d54b256..db35688aac 100644
--- a/tools/llvm-stress/llvm-stress.cpp
+++ b/tools/llvm-stress/llvm-stress.cpp
@@ -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,