mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-10 14:12:11 +00:00
Test commit to verify commit access
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244438 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1a9ed33a8b
commit
099d569fc1
@ -154,6 +154,7 @@ private:
|
||||
// Push the new operator.
|
||||
InfixOperatorStack.push_back(Op);
|
||||
}
|
||||
|
||||
int64_t execute() {
|
||||
// Push any remaining operators onto the postfix stack.
|
||||
while (!InfixOperatorStack.empty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user