Test commit to verify commit access
authorMarina Yatsina <marina.yatsina@intel.com>
Mon, 10 Aug 2015 11:33:10 +0000 (11:33 +0000)
committerMarina Yatsina <marina.yatsina@intel.com>
Mon, 10 Aug 2015 11:33:10 +0000 (11:33 +0000)
llvm-svn: 244438

llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp

index 6376291..2735e42 100644 (file)
@@ -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()) {