================
@@ -11,7 +11,8 @@ int noProto0(x) int x; { return x; }
 int test0(int x) {
   // CHECK: cir.func {{.*}} @test0
   return noProto0(x); // We know the definition. Should be a direct call.
-  // CHECK: %{{.+}} = cir.call @noProto0(%{{.+}})
+  // CHECK: %{{.+}} = cir.get_global @noProto0
----------------
andykaylor wrote:

This looks like an unintended consequence of your PR. Hopefully this will go 
back to working as it did before if you remove the changes I've noted as 
unneeded.

https://github.com/llvm/llvm-project/pull/182718
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to