From: Marina Yatsina Date: Mon, 10 Aug 2015 11:33:10 +0000 (+0000) Subject: Test commit to verify commit access X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=099d569fc1fffd06a9a599255a24c68c3582b625;p=oota-llvm.git Test commit to verify commit access git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244438 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/X86/AsmParser/X86AsmParser.cpp b/lib/Target/X86/AsmParser/X86AsmParser.cpp index 637629118ac..2735e4290bb 100644 --- a/lib/Target/X86/AsmParser/X86AsmParser.cpp +++ b/lib/Target/X86/AsmParser/X86AsmParser.cpp @@ -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()) {