summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/projects/Stacker/lib/compiler')
-rw-r--r--llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
index c9a3e626276..d960fc48971 100644
--- a/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
+++ b/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
@@ -799,7 +799,7 @@ StackerCompiler::handle_while( char* todo )
BranchInst* root_br_inst = new BranchInst( test );
bb->getInstList().push_back( root_br_inst );
- // Pop the condition value
+ // Examine the condition value
LoadInst* cond = cast<LoadInst>( stack_top(test) );
// Compare the condition against 0
OpenPOWER on IntegriCloud