================
@@ -20,12 +20,12 @@ tbuffer g_tbuffer1 {
     float f5 : register(c2);
 };
 
-tbuffer g_cbuffer2 {
+cbuffer g_cbuffer2 {
 // expected-error@+1{{register binding type 'float' not supported for variable 
of type 'b'}}
----------------
damyanp wrote:

hmmm...is this message actually correct? This seems more correct to me:

> register binding type 'b' not supported for variable of type 'float'



https://github.com/llvm/llvm-project/pull/97103
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to