MaskRay added inline comments.

================
Comment at: llvm/lib/Target/X86/AsmParser/X86AsmParser.cpp:2662
+    // TODO: Consider making the `call [offset fn_ref]` syntax an error?
+#if 0
+    if (!PtrInOperand && SM.isOffsetOperator())
----------------
I think this patch can be pushed now. 

Remove `#if 0` from this patch. Just add the lines in D150048.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149579/new/

https://reviews.llvm.org/D149579

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to