================
@@ -814,10 +814,12 @@ def lookupBTIByName : SearchIndex {
let Key = ["Name"];
}
+def : BTI<"r", 0b000>;
def : BTI<"c", 0b010>;
def : BTI<"j", 0b100>;
def : BTI<"jc", 0b110>;
+
----------------
jthackray wrote:Thanks, removed. https://github.com/llvm/llvm-project/pull/164912 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
