WHILE does not "pop" a value, it "examines" to top of stack. Make this
authorReid Spencer <rspencer@reidspencer.com>
Wed, 4 May 2005 15:33:48 +0000 (15:33 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Wed, 4 May 2005 15:33:48 +0000 (15:33 +0000)
commit535c619e2b7ec4807097fc8651d2081032bde20a
treea8e782e1990a1a59c39ea17a46fd5cb2f2d49811
parent1419711ece71c3ae9b893098a73b3ce506cc5c79
WHILE does not "pop" a value, it "examines" to top of stack. Make this
clear in the applicable comment.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21682 91177308-0d34-0410-b5e6-96231b3b80d8
projects/Stacker/lib/compiler/StackerCompiler.cpp