From 099d569fc1fffd06a9a599255a24c68c3582b625 Mon Sep 17 00:00:00 2001 From: Marina Yatsina Date: Mon, 10 Aug 2015 11:33:10 +0000 Subject: [PATCH] Test commit to verify commit access git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244438 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/X86/AsmParser/X86AsmParser.cpp | 1 + 1 file changed, 1 insertion(+) 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()) { -- 2.34.1