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)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244438 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/AsmParser/X86AsmParser.cpp

index 637629118acb0165a1bca22f5c72e5edacf37db1..2735e4290bb2d04b9d0044ab750d454efa6b097e 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()) {