[llvm] [NFC] Refactoring MCDXBC to support out of order storage of root parameters (PR #137284)
    Justin Bogner via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed May 14 12:01:37 PDT 2025
    
    
  
================
@@ -94,7 +94,7 @@ struct RootParameterYamlDesc {
   uint32_t Type;
   uint32_t Visibility;
   uint32_t Offset;
-  RootParameterYamlDesc() {};
+  RootParameterYamlDesc(){};
----------------
bogner wrote:
Looks like an accidental reformat here.
https://github.com/llvm/llvm-project/pull/137284
    
    
More information about the llvm-commits
mailing list