erichkeane added inline comments.

================
Comment at: clang/lib/Parse/ParsePragma.cpp:4042
 
   PP.Lex(Tok);
   if (!II || !(II->isStr("vector") || II->isStr("sifive_vector"))) {
----------------
I think you still need line 4043 here, right?  The one where II is set to the 
Token?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150895

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

Reply via email to