[PATCH] Add support for parsing the not operator in Microsoft inline assembly

David Majnemer david.majnemer at gmail.com
Fri Jul 4 11:22:23 PDT 2014


================
Comment at: lib/Target/X86/AsmParser/X86AsmParser.cpp:412-413
@@ +411,4 @@
+        break;
+      case IES_PLUS:
+      case IES_MINUS:
+      case IES_NOT:
----------------
Can you please explain why you have `IES_PLUS` and `IES_MINUS` here?

http://reviews.llvm.org/D4391






More information about the llvm-commits mailing list